Shades of Fog #D3C4DE
Tints of Fog #D3C4DE
RGB
CMYK
RGB Variations
Color information
#D3C4DE (or 0xD3C4DE) is known color: Fog. HEX triplet: D3, C4 and DE. RGB value is (211,196,222). Sum of RGB (Red+Green+Blue) = 211+196+222=629 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.55% from 629); Green value is 196 (76.95% from 255 or 31.16% 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 #D3C4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C4DE is #2C3B21. Grayscale: #CBCBCB. Windows color (decimal): -2898722 or 14599379. OLE color: 14599379.
HSL color Cylindrical-coordinate representation of color #D3C4DE: hue angle of 274.62º degrees, saturation: 0.28, 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 #D3C4DE is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 196 | 222 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.13 |
| HSL | 274.62º | 0.28% | 0.82% | - |
| HSV(B) | 274.62º | 0.12% | 0.87% | - |
| XYZ | 59.79 | 58.6 | 77.27 | - |
| YUV | 203.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 196 | 222 | 0.05 | 0.12 | 0 | 0.13 | 274.62 | 0.28 | 0.82 |
| Hex | D3 | C4 | DE | 5 | C | 0 | D | 113 | 1C | 52 |
| Octal | 323 | 304 | 336 | 5 | 14 | 0 | 15 | 423 | 34 | 122 |
| Binary | 11010011 | 11000100 | 11011110 | 101 | 1100 | 0 | 1101 | 100010011 | 11100 | 1010010 |
Color Harmonies of #D3C4DE
Complementary color
Monochromatic Colors of #D3C4DE
Black with #D3C4DE
Text Example
Text Example
White with #D3C4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C4DE; }
p { color: rgb(211,196,222); }
H1.HeaderClassName
{
color: #D3C4DE;
}
.AnyTagClassName
{
color: #D3C4DE;
}
</style>
background-color css
<style>
a { background-color: #D3C4DE; }
a { background-color: rgb(211,196,222); }
div.DivClassName
{
background-color: #D3C4DE;
}
.BgClassName
{
background-color: #D3C4DE;
}
</style>
border-color css
<style>
span { border-color: #D3C4DE; }
span { border-color: rgb(211,196,222); }
td.TdClassName
{
border-color: #D3C4DE;
}
.TagClassName
{
border-color: #D3C4DE;
}
</style>