Shades of Fog #D2C4E8
Tints of Fog #D2C4E8
RGB
CMYK
RGB Variations
Color information
#D2C4E8 (or 0xD2C4E8) is known color: Fog. HEX triplet: D2, C4 and E8. RGB value is (210,196,232). Sum of RGB (Red+Green+Blue) = 210+196+232=638 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.92% from 638); Green value is 196 (76.95% from 255 or 30.72% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 232 - color contains mainly: blue. Hex color #D2C4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C4E8 is #2D3B17. Grayscale: #CCCCCC. Windows color (decimal): -2964248 or 15254738. OLE color: 15254738.
HSL color Cylindrical-coordinate representation of color #D2C4E8: hue angle of 263.33º degrees, saturation: 0.44, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2C4E8 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 196 | 232 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.09 |
| HSL | 263.33º | 0.44% | 0.84% | - |
| HSV(B) | 263.33º | 0.16% | 0.91% | - |
| XYZ | 60.88 | 59.01 | 84.52 | - |
| YUV | 204.29 | 143.64 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 196 | 232 | 0.09 | 0.16 | 0 | 0.09 | 263.33 | 0.44 | 0.84 |
| Hex | D2 | C4 | E8 | 9 | 10 | 0 | 9 | 107 | 2C | 54 |
| Octal | 322 | 304 | 350 | 11 | 20 | 0 | 11 | 407 | 54 | 124 |
| Binary | 11010010 | 11000100 | 11101000 | 1001 | 10000 | 0 | 1001 | 100000111 | 101100 | 1010100 |
Color Harmonies of #D2C4E8
Complementary color
Monochromatic Colors of #D2C4E8
Black with #D2C4E8
Text Example
Text Example
White with #D2C4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C4E8; }
p { color: rgb(210,196,232); }
H1.HeaderClassName
{
color: #D2C4E8;
}
.AnyTagClassName
{
color: #D2C4E8;
}
</style>
background-color css
<style>
a { background-color: #D2C4E8; }
a { background-color: rgb(210,196,232); }
div.DivClassName
{
background-color: #D2C4E8;
}
.BgClassName
{
background-color: #D2C4E8;
}
</style>
border-color css
<style>
span { border-color: #D2C4E8; }
span { border-color: rgb(210,196,232); }
td.TdClassName
{
border-color: #D2C4E8;
}
.TagClassName
{
border-color: #D2C4E8;
}
</style>