Color spaces of #ddcdeb
RGB | 221 | 205 | 235 |
---|---|---|---|
HSL | 0.76 | 0.43 | 0.86 |
HSV | 272° | 13° | 92° |
CMYK | 0.06 | 0.13 | 0.00 0.08 |
XYZ | 66.6455 | 65.0330 | 87.6373 |
Yxy | 65.0330 | 0.3039 | 0.2965 |
Hunter Lab | 80.6430 | 6.3917 | -7.9822 |
CIE-Lab | 84.5007 | 11.0095 | -12.7629 |
#ddcdeb color RGB value is (221,205,235).
#ddcdeb hex color red value is 221, green value is 205 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ddcdeb hue: 0.76 , saturation: 0.43 and the lightness value of ddcdeb is 0.86.
The process color (four color CMYK) of #ddcdeb color hex is 0.06, 0.13, 0.00, 0.08. Web safe color of #ddcdeb is #ccccff. Color #ddcdeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11001101 | 11101011 |
Octal | 335 | 315 | 353 |
Decimal | 221 | 205 | 235 |
Hex | DD | CD | EB |
Shades of #ddcdeb
Tints of #ddcdeb
RGB Percentages of Color #ddcdeb
CMYK Percentages of Color #ddcdeb
Complementary Color
#ddcdeb | #dbebcd |
#ddcdeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddcdeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddcdeb Color CSS Codes
.mybgcolor {background-color:#ddcdeb; } .myforecolor {color:#ddcdeb; } .mybordercolor {border:3px solid #ddcdeb; }
#ddcdeb Text Font Color
<p style="color:#ddcdeb">Text here</p>
This sample text font color is #ddcdeb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ddcdeb Background Color
<div style="background-color:#ddcdeb">
Div content here</div>
This div background color is #ddcdeb
#ddcdeb Border Color
<div style="border:3px solid #ddcdeb">
Div here</div>
This div border color is #ddcdeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,205,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddcdeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddcdeb; -webkit-box-shadow: 1px 1px 3px 2px #ddcdeb; box-shadow: 1px 1px 3px 2px #ddcdeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,205,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddcdeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddcdeb; -webkit-box-shadow: 1px 1px 3px 2px #ddcdeb; box-shadow: 1px 1px 3px 2px #ddcdeb;">
Div content here</div>
This div box has shadow with color #ddcdeb
Comments
No comments written yet.
Please login to write comment.