Color spaces of #dddcec
RGB | 221 | 220 | 236 |
---|---|---|---|
HSL | 0.68 | 0.30 | 0.89 |
HSV | 244° | 7° | 93° |
CMYK | 0.06 | 0.07 | 0.00 0.07 |
XYZ | 70.5523 | 72.6147 | 89.6544 |
Yxy | 72.6147 | 0.3030 | 0.3119 |
Hunter Lab | 85.2143 | -1.3377 | -2.7294 |
CIE-Lab | 88.2636 | 3.3056 | -7.6916 |
#dddcec color RGB value is (221,220,236).
#dddcec hex color red value is 221, green value is 220 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dddcec hue: 0.68 , saturation: 0.30 and the lightness value of dddcec is 0.89.
The process color (four color CMYK) of #dddcec color hex is 0.06, 0.07, 0.00, 0.07. Web safe color of #dddcec is #ccccff. Color #dddcec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11011100 | 11101100 |
Octal | 335 | 334 | 354 |
Decimal | 221 | 220 | 236 |
Hex | DD | DC | EC |
Shades of #dddcec
Tints of #dddcec
RGB Percentages of Color #dddcec
CMYK Percentages of Color #dddcec
Complementary Color
#dddcec | #ebecdc |
#dddcec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dddcec Color Preview on White Background
Lorem ipsum dolor sit amet.
#dddcec Color CSS Codes
.mybgcolor {background-color:#dddcec; } .myforecolor {color:#dddcec; } .mybordercolor {border:3px solid #dddcec; }
#dddcec Text Font Color
<p style="color:#dddcec">Text here</p>
This sample text font color is #dddcec
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.
#dddcec Background Color
<div style="background-color:#dddcec">
Div content here</div>
This div background color is #dddcec
#dddcec Border Color
<div style="border:3px solid #dddcec">
Div here</div>
This div border color is #dddcec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,220,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dddcec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dddcec; -webkit-box-shadow: 1px 1px 3px 2px #dddcec; box-shadow: 1px 1px 3px 2px #dddcec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,220,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dddcec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dddcec; -webkit-box-shadow: 1px 1px 3px 2px #dddcec; box-shadow: 1px 1px 3px 2px #dddcec;">
Div content here</div>
This div box has shadow with color #dddcec
Comments
No comments written yet.
Please login to write comment.