Shades of Fog #D2C8EF
Tints of Fog #D2C8EF
RGB
CMYK
RGB Variations
Color information
#D2C8EF (or 0xD2C8EF) is known color: Fog. HEX triplet: D2, C8 and EF. RGB value is (210,200,239). Sum of RGB (Red+Green+Blue) = 210+200+239=649 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.36% from 649); Green value is 200 (78.52% from 255 or 30.82% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2C8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C8EF is #2D3710. Grayscale: #CFCFCF. Windows color (decimal): -2963217 or 15714514. OLE color: 15714514.
HSL color Cylindrical-coordinate representation of color #D2C8EF: hue angle of 255.38º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2C8EF is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 200 | 239 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.06 |
| HSL | 255.38º | 0.55% | 0.86% | - |
| HSV(B) | 255.38º | 0.16% | 0.94% | - |
| XYZ | 62.81 | 61.24 | 90.17 | - |
| YUV | 207.44 | 145.81 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 200 | 239 | 0.12 | 0.16 | 0 | 0.06 | 255.38 | 0.55 | 0.86 |
| Hex | D2 | C8 | EF | C | 10 | 0 | 6 | FF | 37 | 56 |
| Octal | 322 | 310 | 357 | 14 | 20 | 0 | 6 | 377 | 67 | 126 |
| Binary | 11010010 | 11001000 | 11101111 | 1100 | 10000 | 0 | 110 | 11111111 | 110111 | 1010110 |
Color Harmonies of #D2C8EF
Complementary color
Monochromatic Colors of #D2C8EF
Black with #D2C8EF
Text Example
Text Example
White with #D2C8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C8EF; }
p { color: rgb(210,200,239); }
H1.HeaderClassName
{
color: #D2C8EF;
}
.AnyTagClassName
{
color: #D2C8EF;
}
</style>
background-color css
<style>
a { background-color: #D2C8EF; }
a { background-color: rgb(210,200,239); }
div.DivClassName
{
background-color: #D2C8EF;
}
.BgClassName
{
background-color: #D2C8EF;
}
</style>
border-color css
<style>
span { border-color: #D2C8EF; }
span { border-color: rgb(210,200,239); }
td.TdClassName
{
border-color: #D2C8EF;
}
.TagClassName
{
border-color: #D2C8EF;
}
</style>