Shades of Fog #D8C6F0
Tints of Fog #D8C6F0
RGB
CMYK
RGB Variations
Color information
#D8C6F0 (or 0xD8C6F0) is known color: Fog. HEX triplet: D8, C6 and F0. RGB value is (216,198,240). Sum of RGB (Red+Green+Blue) = 216+198+240=654 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.03% from 654); Green value is 198 (77.73% from 255 or 30.28% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 240 - color contains mainly: blue. Hex color #D8C6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C6F0 is #27390F. Grayscale: #D0D0D0. Windows color (decimal): -2570512 or 15779544. OLE color: 15779544.
HSL color Cylindrical-coordinate representation of color #D8C6F0: hue angle of 265.71º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8C6F0 is Cyan = 0.1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 198 | 240 | - |
| CMYK | 0.1 | 0.18 | 0 | 0.06 |
| HSL | 265.71º | 0.58% | 0.86% | - |
| HSV(B) | 265.71º | 0.18% | 0.94% | - |
| XYZ | 64.24 | 61.28 | 90.88 | - |
| YUV | 208.17 | 145.96 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 240 | 0.1 | 0.18 | 0 | 0.06 | 265.71 | 0.58 | 0.86 |
| Hex | D8 | C6 | F0 | A | 12 | 0 | 6 | 10A | 3A | 56 |
| Octal | 330 | 306 | 360 | 12 | 22 | 0 | 6 | 412 | 72 | 126 |
| Binary | 11011000 | 11000110 | 11110000 | 1010 | 10010 | 0 | 110 | 100001010 | 111010 | 1010110 |
Color Harmonies of #D8C6F0
Complementary color
Monochromatic Colors of #D8C6F0
Black with #D8C6F0
Text Example
Text Example
White with #D8C6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C6F0; }
p { color: rgb(216,198,240); }
H1.HeaderClassName
{
color: #D8C6F0;
}
.AnyTagClassName
{
color: #D8C6F0;
}
</style>
background-color css
<style>
a { background-color: #D8C6F0; }
a { background-color: rgb(216,198,240); }
div.DivClassName
{
background-color: #D8C6F0;
}
.BgClassName
{
background-color: #D8C6F0;
}
</style>
border-color css
<style>
span { border-color: #D8C6F0; }
span { border-color: rgb(216,198,240); }
td.TdClassName
{
border-color: #D8C6F0;
}
.TagClassName
{
border-color: #D8C6F0;
}
</style>