Shades of Fog #D2C0E5
Tints of Fog #D2C0E5
RGB
CMYK
RGB Variations
Color information
#D2C0E5 (or 0xD2C0E5) is known color: Fog. HEX triplet: D2, C0 and E5. RGB value is (210,192,229). Sum of RGB (Red+Green+Blue) = 210+192+229=631 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.28% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 229 - color contains mainly: blue. Hex color #D2C0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C0E5 is #2D3F1A. Grayscale: #C9C9C9. Windows color (decimal): -2965275 or 15057106. OLE color: 15057106.
HSL color Cylindrical-coordinate representation of color #D2C0E5: hue angle of 269.19º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2C0E5 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 192 | 229 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.10 |
| HSL | 269.19º | 0.42% | 0.83% | - |
| HSV(B) | 269.19º | 0.16% | 0.9% | - |
| XYZ | 59.57 | 57.06 | 82 | - |
| YUV | 201.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 229 | 0.08 | 0.16 | 0 | 0.10 | 269.19 | 0.42 | 0.83 |
| Hex | D2 | C0 | E5 | 8 | 10 | 0 | A | 10D | 2A | 53 |
| Octal | 322 | 300 | 345 | 10 | 20 | 0 | 12 | 415 | 52 | 123 |
| Binary | 11010010 | 11000000 | 11100101 | 1000 | 10000 | 0 | 1010 | 100001101 | 101010 | 1010011 |
Color Harmonies of #D2C0E5
Complementary color
Monochromatic Colors of #D2C0E5
Black with #D2C0E5
Text Example
Text Example
White with #D2C0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C0E5; }
p { color: rgb(210,192,229); }
H1.HeaderClassName
{
color: #D2C0E5;
}
.AnyTagClassName
{
color: #D2C0E5;
}
</style>
background-color css
<style>
a { background-color: #D2C0E5; }
a { background-color: rgb(210,192,229); }
div.DivClassName
{
background-color: #D2C0E5;
}
.BgClassName
{
background-color: #D2C0E5;
}
</style>
border-color css
<style>
span { border-color: #D2C0E5; }
span { border-color: rgb(210,192,229); }
td.TdClassName
{
border-color: #D2C0E5;
}
.TagClassName
{
border-color: #D2C0E5;
}
</style>