Shades of Fog #D2C6EF
Tints of Fog #D2C6EF
RGB
CMYK
RGB Variations
Color information
#D2C6EF (or 0xD2C6EF) is known color: Fog. HEX triplet: D2, C6 and EF. RGB value is (210,198,239). Sum of RGB (Red+Green+Blue) = 210+198+239=647 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.46% from 647); Green value is 198 (77.73% from 255 or 30.60% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2C6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C6EF is #2D3910. Grayscale: #CECECE. Windows color (decimal): -2963729 or 15714002. OLE color: 15714002.
HSL color Cylindrical-coordinate representation of color #D2C6EF: hue angle of 257.56º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2C6EF is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 198 | 239 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.06 |
| HSL | 257.56º | 0.56% | 0.86% | - |
| HSV(B) | 257.56º | 0.17% | 0.94% | - |
| XYZ | 62.35 | 60.32 | 90.02 | - |
| YUV | 206.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 198 | 239 | 0.12 | 0.17 | 0 | 0.06 | 257.56 | 0.56 | 0.86 |
| Hex | D2 | C6 | EF | C | 11 | 0 | 6 | 102 | 38 | 56 |
| Octal | 322 | 306 | 357 | 14 | 21 | 0 | 6 | 402 | 70 | 126 |
| Binary | 11010010 | 11000110 | 11101111 | 1100 | 10001 | 0 | 110 | 100000010 | 111000 | 1010110 |
Color Harmonies of #D2C6EF
Complementary color
Monochromatic Colors of #D2C6EF
Black with #D2C6EF
Text Example
Text Example
White with #D2C6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C6EF; }
p { color: rgb(210,198,239); }
H1.HeaderClassName
{
color: #D2C6EF;
}
.AnyTagClassName
{
color: #D2C6EF;
}
</style>
background-color css
<style>
a { background-color: #D2C6EF; }
a { background-color: rgb(210,198,239); }
div.DivClassName
{
background-color: #D2C6EF;
}
.BgClassName
{
background-color: #D2C6EF;
}
</style>
border-color css
<style>
span { border-color: #D2C6EF; }
span { border-color: rgb(210,198,239); }
td.TdClassName
{
border-color: #D2C6EF;
}
.TagClassName
{
border-color: #D2C6EF;
}
</style>