Shades of Fog #D4C9DD
Tints of Fog #D4C9DD
RGB
CMYK
RGB Variations
Color information
#D4C9DD (or 0xD4C9DD) is known color: Fog. HEX triplet: D4, C9 and DD. RGB value is (212,201,221). Sum of RGB (Red+Green+Blue) = 212+201+221=634 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.44% from 634); Green value is 201 (78.91% from 255 or 31.70% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4C9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C9DD is #2B3622. Grayscale: #CECECE. Windows color (decimal): -2831907 or 14535124. OLE color: 14535124.
HSL color Cylindrical-coordinate representation of color #D4C9DD: hue angle of 273º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4C9DD is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 212 | 201 | 221 | - |
CMYK | 0.04 | 0.09 | 0 | 0.13 |
HSL | 273º | 0.23% | 0.83% | - |
HSV(B) | 273º | 0.09% | 0.87% | - |
XYZ | 61.09 | 60.99 | 76.96 | - |
YUV | 206.57 | 136.14 | 131.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 201 | 221 | 0.04 | 0.09 | 0 | 0.13 | 273 | 0.23 | 0.83 |
Hex | D4 | C9 | DD | 4 | 9 | 0 | D | 111 | 17 | 53 |
Octal | 324 | 311 | 335 | 4 | 11 | 0 | 15 | 421 | 27 | 123 |
Binary | 11010100 | 11001001 | 11011101 | 100 | 1001 | 0 | 1101 | 100010001 | 10111 | 1010011 |
Color Harmonies of #D4C9DD
Complementary color
Monochromatic Colors of #D4C9DD
Black with #D4C9DD
Text Example
Text Example
White with #D4C9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C9DD; }
p { color: rgb(212,201,221); }
H1.HeaderClassName
{
color: #D4C9DD;
}
.AnyTagClassName
{
color: #D4C9DD;
}
</style>
background-color css
<style>
a { background-color: #D4C9DD; }
a { background-color: rgb(212,201,221); }
div.DivClassName
{
background-color: #D4C9DD;
}
.BgClassName
{
background-color: #D4C9DD;
}
</style>
border-color css
<style>
span { border-color: #D4C9DD; }
span { border-color: rgb(212,201,221); }
td.TdClassName
{
border-color: #D4C9DD;
}
.TagClassName
{
border-color: #D4C9DD;
}
</style>