Shades of Fog #D4CCDD
Tints of Fog #D4CCDD
RGB
CMYK
RGB Variations
Color information
#D4CCDD (or 0xD4CCDD) is known color: Fog. HEX triplet: D4, CC and DD. RGB value is (212,204,221). Sum of RGB (Red+Green+Blue) = 212+204+221=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CCDD is #2B3322. Grayscale: #D0D0D0. Windows color (decimal): -2831139 or 14535892. OLE color: 14535892.
HSL color Cylindrical-coordinate representation of color #D4CCDD: hue angle of 268.24º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D4CCDD is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 212 | 204 | 221 | - |
CMYK | 0.04 | 0.08 | 0 | 0.13 |
HSL | 268.24º | 0.2% | 0.83% | - |
HSV(B) | 268.24º | 0.08% | 0.87% | - |
XYZ | 61.8 | 62.4 | 77.19 | - |
YUV | 208.33 | 135.15 | 130.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 204 | 221 | 0.04 | 0.08 | 0 | 0.13 | 268.24 | 0.2 | 0.83 |
Hex | D4 | CC | DD | 4 | 8 | 0 | D | 10C | 14 | 53 |
Octal | 324 | 314 | 335 | 4 | 10 | 0 | 15 | 414 | 24 | 123 |
Binary | 11010100 | 11001100 | 11011101 | 100 | 1000 | 0 | 1101 | 100001100 | 10100 | 1010011 |
Color Harmonies of #D4CCDD
Complementary color
Monochromatic Colors of #D4CCDD
Black with #D4CCDD
Text Example
Text Example
White with #D4CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CCDD; }
p { color: rgb(212,204,221); }
H1.HeaderClassName
{
color: #D4CCDD;
}
.AnyTagClassName
{
color: #D4CCDD;
}
</style>
background-color css
<style>
a { background-color: #D4CCDD; }
a { background-color: rgb(212,204,221); }
div.DivClassName
{
background-color: #D4CCDD;
}
.BgClassName
{
background-color: #D4CCDD;
}
</style>
border-color css
<style>
span { border-color: #D4CCDD; }
span { border-color: rgb(212,204,221); }
td.TdClassName
{
border-color: #D4CCDD;
}
.TagClassName
{
border-color: #D4CCDD;
}
</style>