Shades of Fog #D2C8E5
Tints of Fog #D2C8E5
RGB
CMYK
RGB Variations
Color information
#D2C8E5 (or 0xD2C8E5) is known color: Fog. HEX triplet: D2, C8 and E5. RGB value is (210,200,229). Sum of RGB (Red+Green+Blue) = 210+200+229=639 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.86% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 229 - color contains mainly: blue. Hex color #D2C8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C8E5 is #2D371A. Grayscale: #CECECE. Windows color (decimal): -2963227 or 15059154. OLE color: 15059154.
HSL color Cylindrical-coordinate representation of color #D2C8E5: hue angle of 260.69º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2C8E5 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 200 | 229 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.10 |
| HSL | 260.69º | 0.36% | 0.84% | - |
| HSV(B) | 260.69º | 0.13% | 0.9% | - |
| XYZ | 61.38 | 60.67 | 82.6 | - |
| YUV | 206.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 200 | 229 | 0.08 | 0.13 | 0 | 0.10 | 260.69 | 0.36 | 0.84 |
| Hex | D2 | C8 | E5 | 8 | D | 0 | A | 105 | 24 | 54 |
| Octal | 322 | 310 | 345 | 10 | 15 | 0 | 12 | 405 | 44 | 124 |
| Binary | 11010010 | 11001000 | 11100101 | 1000 | 1101 | 0 | 1010 | 100000101 | 100100 | 1010100 |
Color Harmonies of #D2C8E5
Complementary color
Monochromatic Colors of #D2C8E5
Black with #D2C8E5
Text Example
Text Example
White with #D2C8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C8E5; }
p { color: rgb(210,200,229); }
H1.HeaderClassName
{
color: #D2C8E5;
}
.AnyTagClassName
{
color: #D2C8E5;
}
</style>
background-color css
<style>
a { background-color: #D2C8E5; }
a { background-color: rgb(210,200,229); }
div.DivClassName
{
background-color: #D2C8E5;
}
.BgClassName
{
background-color: #D2C8E5;
}
</style>
border-color css
<style>
span { border-color: #D2C8E5; }
span { border-color: rgb(210,200,229); }
td.TdClassName
{
border-color: #D2C8E5;
}
.TagClassName
{
border-color: #D2C8E5;
}
</style>