Color spaces of #ddcbe5
RGB | 221 | 203 | 229 |
---|---|---|---|
HSL | 0.78 | 0.33 | 0.85 |
HSV | 282° | 11° | 90° |
CMYK | 0.03 | 0.11 | 0.00 0.10 |
XYZ | 65.3176 | 63.7412 | 82.9894 |
Yxy | 63.7412 | 0.3080 | 0.3006 |
Hunter Lab | 79.8381 | 6.3188 | -5.7436 |
CIE-Lab | 83.8308 | 10.9269 | -10.5690 |
#ddcbe5 color RGB value is (221,203,229).
#ddcbe5 hex color red value is 221, green value is 203 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #ddcbe5 hue: 0.78 , saturation: 0.33 and the lightness value of ddcbe5 is 0.85.
The process color (four color CMYK) of #ddcbe5 color hex is 0.03, 0.11, 0.00, 0.10. Web safe color of #ddcbe5 is #cccccc. Color #ddcbe5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11001011 | 11100101 |
Octal | 335 | 313 | 345 |
Decimal | 221 | 203 | 229 |
Hex | DD | CB | E5 |
Shades of #ddcbe5
Tints of #ddcbe5
RGB Percentages of Color #ddcbe5
CMYK Percentages of Color #ddcbe5
Complementary Color
#ddcbe5 | #d3e5cb |
#ddcbe5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddcbe5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddcbe5 Color CSS Codes
.mybgcolor {background-color:#ddcbe5; } .myforecolor {color:#ddcbe5; } .mybordercolor {border:3px solid #ddcbe5; }
#ddcbe5 Text Font Color
<p style="color:#ddcbe5">Text here</p>
This sample text font color is #ddcbe5
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.
#ddcbe5 Background Color
<div style="background-color:#ddcbe5">
Div content here</div>
This div background color is #ddcbe5
#ddcbe5 Border Color
<div style="border:3px solid #ddcbe5">
Div here</div>
This div border color is #ddcbe5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,203,229, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddcbe5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddcbe5; -webkit-box-shadow: 1px 1px 3px 2px #ddcbe5; box-shadow: 1px 1px 3px 2px #ddcbe5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,203,229, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddcbe5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddcbe5; -webkit-box-shadow: 1px 1px 3px 2px #ddcbe5; box-shadow: 1px 1px 3px 2px #ddcbe5;">
Div content here</div>
This div box has shadow with color #ddcbe5
Comments
No comments written yet.
Please login to write comment.