Shades of Fog #D8C6E6
Tints of Fog #D8C6E6
RGB
CMYK
RGB Variations
Color information
#D8C6E6 (or 0xD8C6E6) is known color: Fog. HEX triplet: D8, C6 and E6. RGB value is (216,198,230). Sum of RGB (Red+Green+Blue) = 216+198+230=644 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.54% from 644); Green value is 198 (77.73% from 255 or 30.75% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 230 - color contains mainly: blue. Hex color #D8C6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C6E6 is #273919. Grayscale: #CECECE. Windows color (decimal): -2570522 or 15124184. OLE color: 15124184.
HSL color Cylindrical-coordinate representation of color #D8C6E6: hue angle of 273.75º 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 #D8C6E6 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 198 | 230 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.10 |
| HSL | 273.75º | 0.39% | 0.84% | - |
| HSV(B) | 273.75º | 0.14% | 0.9% | - |
| XYZ | 62.8 | 60.7 | 83.27 | - |
| YUV | 207.03 | 140.96 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 230 | 0.06 | 0.14 | 0 | 0.10 | 273.75 | 0.39 | 0.84 |
| Hex | D8 | C6 | E6 | 6 | E | 0 | A | 112 | 27 | 54 |
| Octal | 330 | 306 | 346 | 6 | 16 | 0 | 12 | 422 | 47 | 124 |
| Binary | 11011000 | 11000110 | 11100110 | 110 | 1110 | 0 | 1010 | 100010010 | 100111 | 1010100 |
Color Harmonies of #D8C6E6
Complementary color
Monochromatic Colors of #D8C6E6
Black with #D8C6E6
Text Example
Text Example
White with #D8C6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C6E6; }
p { color: rgb(216,198,230); }
H1.HeaderClassName
{
color: #D8C6E6;
}
.AnyTagClassName
{
color: #D8C6E6;
}
</style>
background-color css
<style>
a { background-color: #D8C6E6; }
a { background-color: rgb(216,198,230); }
div.DivClassName
{
background-color: #D8C6E6;
}
.BgClassName
{
background-color: #D8C6E6;
}
</style>
border-color css
<style>
span { border-color: #D8C6E6; }
span { border-color: rgb(216,198,230); }
td.TdClassName
{
border-color: #D8C6E6;
}
.TagClassName
{
border-color: #D8C6E6;
}
</style>