Color spaces of #d4cced
RGB | 212 | 204 | 237 |
---|---|---|---|
HSL | 0.71 | 0.48 | 0.86 |
HSV | 255° | 14° | 93° |
CMYK | 0.11 | 0.14 | 0.00 0.07 |
XYZ | 64.0303 | 63.2972 | 88.9636 |
Yxy | 63.2972 | 0.2960 | 0.2926 |
Hunter Lab | 79.5595 | 4.4294 | -10.6065 |
CIE-Lab | 83.5985 | 9.0105 | -15.2522 |
#d4cced color RGB value is (212,204,237).
#d4cced hex color red value is 212, green value is 204 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d4cced hue: 0.71 , saturation: 0.48 and the lightness value of d4cced is 0.86.
The process color (four color CMYK) of #d4cced color hex is 0.11, 0.14, 0.00, 0.07. Web safe color of #d4cced is #ccccff. Color #d4cced contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 11001100 | 11101101 |
Octal | 324 | 314 | 355 |
Decimal | 212 | 204 | 237 |
Hex | D4 | CC | ED |
Shades of #d4cced
Tints of #d4cced
RGB Percentages of Color #d4cced
CMYK Percentages of Color #d4cced
Complementary Color
#d4cced | #e5edcc |
#d4cced Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d4cced Color Preview on White Background
Lorem ipsum dolor sit amet.
#d4cced Color CSS Codes
.mybgcolor {background-color:#d4cced; } .myforecolor {color:#d4cced; } .mybordercolor {border:3px solid #d4cced; }
#d4cced Text Font Color
<p style="color:#d4cced">Text here</p>
This sample text font color is #d4cced
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.
#d4cced Background Color
<div style="background-color:#d4cced">
Div content here</div>
This div background color is #d4cced
#d4cced Border Color
<div style="border:3px solid #d4cced">
Div here</div>
This div border color is #d4cced
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,204,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d4cced; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d4cced; -webkit-box-shadow: 1px 1px 3px 2px #d4cced; box-shadow: 1px 1px 3px 2px #d4cced; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,204,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d4cced">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d4cced; -webkit-box-shadow: 1px 1px 3px 2px #d4cced; box-shadow: 1px 1px 3px 2px #d4cced;">
Div content here</div>
This div box has shadow with color #d4cced
Comments
No comments written yet.
Please login to write comment.