Shades of Fog #D2C6DA
Tints of Fog #D2C6DA
RGB
CMYK
RGB Variations
Color information
#D2C6DA (or 0xD2C6DA) is known color: Fog. HEX triplet: D2, C6 and DA. RGB value is (210,198,218). Sum of RGB (Red+Green+Blue) = 210+198+218=626 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.55% from 626); Green value is 198 (77.73% from 255 or 31.63% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 218 - color contains mainly: blue. Hex color #D2C6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C6DA is #2D3925. Grayscale: #CBCBCB. Windows color (decimal): -2963750 or 14337746. OLE color: 14337746.
HSL color Cylindrical-coordinate representation of color #D2C6DA: hue angle of 276º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2C6DA is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 198 | 218 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.15 |
| HSL | 276º | 0.21% | 0.82% | - |
| HSV(B) | 276º | 0.09% | 0.85% | - |
| XYZ | 59.43 | 59.15 | 74.61 | - |
| YUV | 203.87 | 135.98 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 198 | 218 | 0.04 | 0.09 | 0 | 0.15 | 276 | 0.21 | 0.82 |
| Hex | D2 | C6 | DA | 4 | 9 | 0 | F | 114 | 15 | 52 |
| Octal | 322 | 306 | 332 | 4 | 11 | 0 | 17 | 424 | 25 | 122 |
| Binary | 11010010 | 11000110 | 11011010 | 100 | 1001 | 0 | 1111 | 100010100 | 10101 | 1010010 |
Color Harmonies of #D2C6DA
Complementary color
Monochromatic Colors of #D2C6DA
Black with #D2C6DA
Text Example
Text Example
White with #D2C6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C6DA; }
p { color: rgb(210,198,218); }
H1.HeaderClassName
{
color: #D2C6DA;
}
.AnyTagClassName
{
color: #D2C6DA;
}
</style>
background-color css
<style>
a { background-color: #D2C6DA; }
a { background-color: rgb(210,198,218); }
div.DivClassName
{
background-color: #D2C6DA;
}
.BgClassName
{
background-color: #D2C6DA;
}
</style>
border-color css
<style>
span { border-color: #D2C6DA; }
span { border-color: rgb(210,198,218); }
td.TdClassName
{
border-color: #D2C6DA;
}
.TagClassName
{
border-color: #D2C6DA;
}
</style>