Shades of Fog #D4C3DE
Tints of Fog #D4C3DE
RGB
CMYK
RGB Variations
Color information
#D4C3DE (or 0xD4C3DE) is known color: Fog. HEX triplet: D4, C3 and DE. RGB value is (212,195,222). Sum of RGB (Red+Green+Blue) = 212+195+222=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 195 (76.56% from 255 or 31.00% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 222 - color contains mainly: blue. Hex color #D4C3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C3DE is #2B3C21. Grayscale: #CBCBCB. Windows color (decimal): -2833442 or 14599124. OLE color: 14599124.
HSL color Cylindrical-coordinate representation of color #D4C3DE: hue angle of 277.78º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4C3DE is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 195 | 222 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.13 |
| HSL | 277.78º | 0.29% | 0.82% | - |
| HSV(B) | 277.78º | 0.12% | 0.87% | - |
| XYZ | 59.85 | 58.3 | 77.21 | - |
| YUV | 203.16 | 138.63 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 195 | 222 | 0.05 | 0.12 | 0 | 0.13 | 277.78 | 0.29 | 0.82 |
| Hex | D4 | C3 | DE | 5 | C | 0 | D | 116 | 1D | 52 |
| Octal | 324 | 303 | 336 | 5 | 14 | 0 | 15 | 426 | 35 | 122 |
| Binary | 11010100 | 11000011 | 11011110 | 101 | 1100 | 0 | 1101 | 100010110 | 11101 | 1010010 |
Color Harmonies of #D4C3DE
Complementary color
Monochromatic Colors of #D4C3DE
Black with #D4C3DE
Text Example
Text Example
White with #D4C3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C3DE; }
p { color: rgb(212,195,222); }
H1.HeaderClassName
{
color: #D4C3DE;
}
.AnyTagClassName
{
color: #D4C3DE;
}
</style>
background-color css
<style>
a { background-color: #D4C3DE; }
a { background-color: rgb(212,195,222); }
div.DivClassName
{
background-color: #D4C3DE;
}
.BgClassName
{
background-color: #D4C3DE;
}
</style>
border-color css
<style>
span { border-color: #D4C3DE; }
span { border-color: rgb(212,195,222); }
td.TdClassName
{
border-color: #D4C3DE;
}
.TagClassName
{
border-color: #D4C3DE;
}
</style>