Shades of Fog #D2C3DE
Tints of Fog #D2C3DE
RGB
CMYK
RGB Variations
Color information
#D2C3DE (or 0xD2C3DE) is known color: Fog. HEX triplet: D2, C3 and DE. RGB value is (210,195,222). Sum of RGB (Red+Green+Blue) = 210+195+222=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 222 - color contains mainly: blue. Hex color #D2C3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C3DE is #2D3C21. Grayscale: #CACACA. Windows color (decimal): -2964514 or 14599122. OLE color: 14599122.
HSL color Cylindrical-coordinate representation of color #D2C3DE: hue angle of 273.33º 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 #D2C3DE is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 195 | 222 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.13 |
| HSL | 273.33º | 0.29% | 0.82% | - |
| HSV(B) | 273.33º | 0.12% | 0.87% | - |
| XYZ | 59.28 | 58.01 | 77.18 | - |
| YUV | 202.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 195 | 222 | 0.05 | 0.12 | 0 | 0.13 | 273.33 | 0.29 | 0.82 |
| Hex | D2 | C3 | DE | 5 | C | 0 | D | 111 | 1D | 52 |
| Octal | 322 | 303 | 336 | 5 | 14 | 0 | 15 | 421 | 35 | 122 |
| Binary | 11010010 | 11000011 | 11011110 | 101 | 1100 | 0 | 1101 | 100010001 | 11101 | 1010010 |
Color Harmonies of #D2C3DE
Complementary color
Monochromatic Colors of #D2C3DE
Black with #D2C3DE
Text Example
Text Example
White with #D2C3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C3DE; }
p { color: rgb(210,195,222); }
H1.HeaderClassName
{
color: #D2C3DE;
}
.AnyTagClassName
{
color: #D2C3DE;
}
</style>
background-color css
<style>
a { background-color: #D2C3DE; }
a { background-color: rgb(210,195,222); }
div.DivClassName
{
background-color: #D2C3DE;
}
.BgClassName
{
background-color: #D2C3DE;
}
</style>
border-color css
<style>
span { border-color: #D2C3DE; }
span { border-color: rgb(210,195,222); }
td.TdClassName
{
border-color: #D2C3DE;
}
.TagClassName
{
border-color: #D2C3DE;
}
</style>