Color spaces of #ddcce1
RGB | 221 | 204 | 225 |
---|---|---|---|
HSL | 0.80 | 0.26 | 0.84 |
HSV | 289° | 9° | 88° |
CMYK | 0.02 | 0.09 | 0.00 0.12 |
XYZ | 65.0023 | 63.9941 | 80.1603 |
Yxy | 63.9941 | 0.3108 | 0.3060 |
Hunter Lab | 79.9963 | 5.0495 | -3.4141 |
CIE-Lab | 83.9627 | 9.6475 | -8.2417 |
#ddcce1 color RGB value is (221,204,225).
#ddcce1 hex color red value is 221, green value is 204 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #ddcce1 hue: 0.80 , saturation: 0.26 and the lightness value of ddcce1 is 0.84.
The process color (four color CMYK) of #ddcce1 color hex is 0.02, 0.09, 0.00, 0.12. Web safe color of #ddcce1 is #cccccc. Color #ddcce1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11001100 | 11100001 |
Octal | 335 | 314 | 341 |
Decimal | 221 | 204 | 225 |
Hex | DD | CC | E1 |
Shades of #ddcce1
Tints of #ddcce1
RGB Percentages of Color #ddcce1
CMYK Percentages of Color #ddcce1
Complementary Color
#ddcce1 | #d0e1cc |
#ddcce1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddcce1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddcce1 Color CSS Codes
.mybgcolor {background-color:#ddcce1; } .myforecolor {color:#ddcce1; } .mybordercolor {border:3px solid #ddcce1; }
#ddcce1 Text Font Color
<p style="color:#ddcce1">Text here</p>
This sample text font color is #ddcce1
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.
#ddcce1 Background Color
<div style="background-color:#ddcce1">
Div content here</div>
This div background color is #ddcce1
#ddcce1 Border Color
<div style="border:3px solid #ddcce1">
Div here</div>
This div border color is #ddcce1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,204,225, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddcce1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddcce1; -webkit-box-shadow: 1px 1px 3px 2px #ddcce1; box-shadow: 1px 1px 3px 2px #ddcce1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,204,225, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddcce1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddcce1; -webkit-box-shadow: 1px 1px 3px 2px #ddcce1; box-shadow: 1px 1px 3px 2px #ddcce1;">
Div content here</div>
This div box has shadow with color #ddcce1
Comments
No comments written yet.
Please login to write comment.