Shades of Fog #D4CCED
Tints of Fog #D4CCED
RGB
CMYK
RGB Variations
Color information
#D4CCED (or 0xD4CCED) is known color: Fog. HEX triplet: D4, CC and ED. RGB value is (212,204,237). Sum of RGB (Red+Green+Blue) = 212+204+237=653 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.47% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4CCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CCED is #2B3312. Grayscale: #D2D2D2. Windows color (decimal): -2831123 or 15584468. OLE color: 15584468.
HSL color Cylindrical-coordinate representation of color #D4CCED: hue angle of 254.55º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4CCED is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 204 | 237 | - |
CMYK | 0.11 | 0.14 | 0 | 0.07 |
HSL | 254.55º | 0.48% | 0.86% | - |
HSV(B) | 254.55º | 0.14% | 0.93% | - |
XYZ | 64.03 | 63.3 | 88.96 | - |
YUV | 210.15 | 143.15 | 129.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 204 | 237 | 0.11 | 0.14 | 0 | 0.07 | 254.55 | 0.48 | 0.86 |
Hex | D4 | CC | ED | B | E | 0 | 7 | FF | 30 | 56 |
Octal | 324 | 314 | 355 | 13 | 16 | 0 | 7 | 377 | 60 | 126 |
Binary | 11010100 | 11001100 | 11101101 | 1011 | 1110 | 0 | 111 | 11111111 | 110000 | 1010110 |
Color Harmonies of #D4CCED
Complementary color
Monochromatic Colors of #D4CCED
Black with #D4CCED
Text Example
Text Example
White with #D4CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CCED; }
p { color: rgb(212,204,237); }
H1.HeaderClassName
{
color: #D4CCED;
}
.AnyTagClassName
{
color: #D4CCED;
}
</style>
background-color css
<style>
a { background-color: #D4CCED; }
a { background-color: rgb(212,204,237); }
div.DivClassName
{
background-color: #D4CCED;
}
.BgClassName
{
background-color: #D4CCED;
}
</style>
border-color css
<style>
span { border-color: #D4CCED; }
span { border-color: rgb(212,204,237); }
td.TdClassName
{
border-color: #D4CCED;
}
.TagClassName
{
border-color: #D4CCED;
}
</style>