Shades of Fog #D6D2E6
Tints of Fog #D6D2E6
RGB
CMYK
RGB Variations
Color information
#D6D2E6 (or 0xD6D2E6) is known color: Fog. HEX triplet: D6, D2 and E6. RGB value is (214,210,230). Sum of RGB (Red+Green+Blue) = 214+210+230=654 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.72% from 654); Green value is 210 (82.42% from 255 or 32.11% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 230 - color contains mainly: blue. Hex color #D6D2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D2E6 is #292D19. Grayscale: #D5D5D5. Windows color (decimal): -2698522 or 15127254. OLE color: 15127254.
HSL color Cylindrical-coordinate representation of color #D6D2E6: hue angle of 252º degrees, saturation: 0.29, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6D2E6 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 210 | 230 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.10 |
| HSL | 252º | 0.29% | 0.86% | - |
| HSV(B) | 252º | 0.09% | 0.9% | - |
| XYZ | 65.06 | 66.1 | 84.19 | - |
| YUV | 213.48 | 137.33 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 230 | 0.07 | 0.09 | 0 | 0.10 | 252 | 0.29 | 0.86 |
| Hex | D6 | D2 | E6 | 7 | 9 | 0 | A | FC | 1D | 56 |
| Octal | 326 | 322 | 346 | 7 | 11 | 0 | 12 | 374 | 35 | 126 |
| Binary | 11010110 | 11010010 | 11100110 | 111 | 1001 | 0 | 1010 | 11111100 | 11101 | 1010110 |
Color Harmonies of #D6D2E6
Complementary color
Monochromatic Colors of #D6D2E6
Black with #D6D2E6
Text Example
Text Example
White with #D6D2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D2E6; }
p { color: rgb(214,210,230); }
H1.HeaderClassName
{
color: #D6D2E6;
}
.AnyTagClassName
{
color: #D6D2E6;
}
</style>
background-color css
<style>
a { background-color: #D6D2E6; }
a { background-color: rgb(214,210,230); }
div.DivClassName
{
background-color: #D6D2E6;
}
.BgClassName
{
background-color: #D6D2E6;
}
</style>
border-color css
<style>
span { border-color: #D6D2E6; }
span { border-color: rgb(214,210,230); }
td.TdClassName
{
border-color: #D6D2E6;
}
.TagClassName
{
border-color: #D6D2E6;
}
</style>