Shades of Fog #D2C5EE
Tints of Fog #D2C5EE
RGB
CMYK
RGB Variations
Color information
#D2C5EE (or 0xD2C5EE) is known color: Fog. HEX triplet: D2, C5 and EE. RGB value is (210,197,238). Sum of RGB (Red+Green+Blue) = 210+197+238=645 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.56% from 645); Green value is 197 (77.34% from 255 or 30.54% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2C5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C5EE is #2D3A11. Grayscale: #CDCDCD. Windows color (decimal): -2963986 or 15648210. OLE color: 15648210.
HSL color Cylindrical-coordinate representation of color #D2C5EE: hue angle of 259.02º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2C5EE is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 197 | 238 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.07 |
| HSL | 259.02º | 0.55% | 0.85% | - |
| HSV(B) | 259.02º | 0.17% | 0.93% | - |
| XYZ | 61.98 | 59.81 | 89.17 | - |
| YUV | 205.56 | 146.31 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 197 | 238 | 0.12 | 0.17 | 0 | 0.07 | 259.02 | 0.55 | 0.85 |
| Hex | D2 | C5 | EE | C | 11 | 0 | 7 | 103 | 37 | 55 |
| Octal | 322 | 305 | 356 | 14 | 21 | 0 | 7 | 403 | 67 | 125 |
| Binary | 11010010 | 11000101 | 11101110 | 1100 | 10001 | 0 | 111 | 100000011 | 110111 | 1010101 |
Color Harmonies of #D2C5EE
Complementary color
Monochromatic Colors of #D2C5EE
Black with #D2C5EE
Text Example
Text Example
White with #D2C5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C5EE; }
p { color: rgb(210,197,238); }
H1.HeaderClassName
{
color: #D2C5EE;
}
.AnyTagClassName
{
color: #D2C5EE;
}
</style>
background-color css
<style>
a { background-color: #D2C5EE; }
a { background-color: rgb(210,197,238); }
div.DivClassName
{
background-color: #D2C5EE;
}
.BgClassName
{
background-color: #D2C5EE;
}
</style>
border-color css
<style>
span { border-color: #D2C5EE; }
span { border-color: rgb(210,197,238); }
td.TdClassName
{
border-color: #D2C5EE;
}
.TagClassName
{
border-color: #D2C5EE;
}
</style>