Shades of Fog #D2C6E6
Tints of Fog #D2C6E6
RGB
CMYK
RGB Variations
Color information
#D2C6E6 (or 0xD2C6E6) is known color: Fog. HEX triplet: D2, C6 and E6. RGB value is (210,198,230). Sum of RGB (Red+Green+Blue) = 210+198+230=638 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.92% from 638); Green value is 198 (77.73% from 255 or 31.03% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 230 - color contains mainly: blue. Hex color #D2C6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C6E6 is #2D3919. Grayscale: #CDCDCD. Windows color (decimal): -2963738 or 15124178. OLE color: 15124178.
HSL color Cylindrical-coordinate representation of color #D2C6E6: hue angle of 262.5º degrees, saturation: 0.39, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2C6E6 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 198 | 230 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.10 |
| HSL | 262.5º | 0.39% | 0.84% | - |
| HSV(B) | 262.5º | 0.14% | 0.9% | - |
| XYZ | 61.06 | 59.8 | 83.19 | - |
| YUV | 205.24 | 141.98 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 198 | 230 | 0.09 | 0.14 | 0 | 0.10 | 262.5 | 0.39 | 0.84 |
| Hex | D2 | C6 | E6 | 9 | E | 0 | A | 106 | 27 | 54 |
| Octal | 322 | 306 | 346 | 11 | 16 | 0 | 12 | 406 | 47 | 124 |
| Binary | 11010010 | 11000110 | 11100110 | 1001 | 1110 | 0 | 1010 | 100000110 | 100111 | 1010100 |
Color Harmonies of #D2C6E6
Complementary color
Monochromatic Colors of #D2C6E6
Black with #D2C6E6
Text Example
Text Example
White with #D2C6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C6E6; }
p { color: rgb(210,198,230); }
H1.HeaderClassName
{
color: #D2C6E6;
}
.AnyTagClassName
{
color: #D2C6E6;
}
</style>
background-color css
<style>
a { background-color: #D2C6E6; }
a { background-color: rgb(210,198,230); }
div.DivClassName
{
background-color: #D2C6E6;
}
.BgClassName
{
background-color: #D2C6E6;
}
</style>
border-color css
<style>
span { border-color: #D2C6E6; }
span { border-color: rgb(210,198,230); }
td.TdClassName
{
border-color: #D2C6E6;
}
.TagClassName
{
border-color: #D2C6E6;
}
</style>