Shades of Fog #D4C8DD
Tints of Fog #D4C8DD
RGB
CMYK
RGB Variations
Color information
#D4C8DD (or 0xD4C8DD) is known color: Fog. HEX triplet: D4, C8 and DD. RGB value is (212,200,221). Sum of RGB (Red+Green+Blue) = 212+200+221=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4C8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C8DD is #2B3722. Grayscale: #CDCDCD. Windows color (decimal): -2832163 or 14534868. OLE color: 14534868.
HSL color Cylindrical-coordinate representation of color #D4C8DD: hue angle of 274.29º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4C8DD is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 212 | 200 | 221 | - |
CMYK | 0.04 | 0.10 | 0 | 0.13 |
HSL | 274.29º | 0.24% | 0.83% | - |
HSV(B) | 274.29º | 0.1% | 0.87% | - |
XYZ | 60.86 | 60.53 | 76.88 | - |
YUV | 205.98 | 136.48 | 132.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 200 | 221 | 0.04 | 0.10 | 0 | 0.13 | 274.29 | 0.24 | 0.83 |
Hex | D4 | C8 | DD | 4 | A | 0 | D | 112 | 18 | 53 |
Octal | 324 | 310 | 335 | 4 | 12 | 0 | 15 | 422 | 30 | 123 |
Binary | 11010100 | 11001000 | 11011101 | 100 | 1010 | 0 | 1101 | 100010010 | 11000 | 1010011 |
Color Harmonies of #D4C8DD
Complementary color
Monochromatic Colors of #D4C8DD
Black with #D4C8DD
Text Example
Text Example
White with #D4C8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C8DD; }
p { color: rgb(212,200,221); }
H1.HeaderClassName
{
color: #D4C8DD;
}
.AnyTagClassName
{
color: #D4C8DD;
}
</style>
background-color css
<style>
a { background-color: #D4C8DD; }
a { background-color: rgb(212,200,221); }
div.DivClassName
{
background-color: #D4C8DD;
}
.BgClassName
{
background-color: #D4C8DD;
}
</style>
border-color css
<style>
span { border-color: #D4C8DD; }
span { border-color: rgb(212,200,221); }
td.TdClassName
{
border-color: #D4C8DD;
}
.TagClassName
{
border-color: #D4C8DD;
}
</style>