Shades of Fog #D2C5EF
Tints of Fog #D2C5EF
RGB
CMYK
RGB Variations
Color information
#D2C5EF (or 0xD2C5EF) is known color: Fog. HEX triplet: D2, C5 and EF. RGB value is (210,197,239). Sum of RGB (Red+Green+Blue) = 210+197+239=646 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.51% from 646); Green value is 197 (77.34% from 255 or 30.50% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2C5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C5EF is #2D3A10. Grayscale: #CDCDCD. Windows color (decimal): -2963985 or 15713746. OLE color: 15713746.
HSL color Cylindrical-coordinate representation of color #D2C5EF: hue angle of 258.57º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2C5EF is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 197 | 239 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.06 |
| HSL | 258.57º | 0.57% | 0.85% | - |
| HSV(B) | 258.57º | 0.18% | 0.94% | - |
| XYZ | 62.12 | 59.87 | 89.94 | - |
| YUV | 205.68 | 146.81 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 197 | 239 | 0.12 | 0.18 | 0 | 0.06 | 258.57 | 0.57 | 0.85 |
| Hex | D2 | C5 | EF | C | 12 | 0 | 6 | 103 | 39 | 55 |
| Octal | 322 | 305 | 357 | 14 | 22 | 0 | 6 | 403 | 71 | 125 |
| Binary | 11010010 | 11000101 | 11101111 | 1100 | 10010 | 0 | 110 | 100000011 | 111001 | 1010101 |
Color Harmonies of #D2C5EF
Complementary color
Monochromatic Colors of #D2C5EF
Black with #D2C5EF
Text Example
Text Example
White with #D2C5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C5EF; }
p { color: rgb(210,197,239); }
H1.HeaderClassName
{
color: #D2C5EF;
}
.AnyTagClassName
{
color: #D2C5EF;
}
</style>
background-color css
<style>
a { background-color: #D2C5EF; }
a { background-color: rgb(210,197,239); }
div.DivClassName
{
background-color: #D2C5EF;
}
.BgClassName
{
background-color: #D2C5EF;
}
</style>
border-color css
<style>
span { border-color: #D2C5EF; }
span { border-color: rgb(210,197,239); }
td.TdClassName
{
border-color: #D2C5EF;
}
.TagClassName
{
border-color: #D2C5EF;
}
</style>