Shades of Fog #D2C2E1
Tints of Fog #D2C2E1
RGB
CMYK
RGB Variations
Color information
#D2C2E1 (or 0xD2C2E1) is known color: Fog. HEX triplet: D2, C2 and E1. RGB value is (210,194,225). Sum of RGB (Red+Green+Blue) = 210+194+225=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 194 (76.17% from 255 or 30.84% from 629); Blue value is 225 (88.28% from 255 or 35.77% from 629); Max value from RGB is 225 - color contains mainly: blue. Hex color #D2C2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C2E1 is #2D3D1E. Grayscale: #CACACA. Windows color (decimal): -2964767 or 14795474. OLE color: 14795474.
HSL color Cylindrical-coordinate representation of color #D2C2E1: hue angle of 270.97º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2C2E1 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 194 | 225 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.12 |
| HSL | 270.97º | 0.34% | 0.82% | - |
| HSV(B) | 270.97º | 0.14% | 0.88% | - |
| XYZ | 59.46 | 57.72 | 79.24 | - |
| YUV | 202.32 | 140.8 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 194 | 225 | 0.07 | 0.14 | 0 | 0.12 | 270.97 | 0.34 | 0.82 |
| Hex | D2 | C2 | E1 | 7 | E | 0 | C | 10F | 22 | 52 |
| Octal | 322 | 302 | 341 | 7 | 16 | 0 | 14 | 417 | 42 | 122 |
| Binary | 11010010 | 11000010 | 11100001 | 111 | 1110 | 0 | 1100 | 100001111 | 100010 | 1010010 |
Color Harmonies of #D2C2E1
Complementary color
Monochromatic Colors of #D2C2E1
Black with #D2C2E1
Text Example
Text Example
White with #D2C2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C2E1; }
p { color: rgb(210,194,225); }
H1.HeaderClassName
{
color: #D2C2E1;
}
.AnyTagClassName
{
color: #D2C2E1;
}
</style>
background-color css
<style>
a { background-color: #D2C2E1; }
a { background-color: rgb(210,194,225); }
div.DivClassName
{
background-color: #D2C2E1;
}
.BgClassName
{
background-color: #D2C2E1;
}
</style>
border-color css
<style>
span { border-color: #D2C2E1; }
span { border-color: rgb(210,194,225); }
td.TdClassName
{
border-color: #D2C2E1;
}
.TagClassName
{
border-color: #D2C2E1;
}
</style>