Shades of Fog #D8C6F1
Tints of Fog #D8C6F1
RGB
CMYK
RGB Variations
Color information
#D8C6F1 (or 0xD8C6F1) is known color: Fog. HEX triplet: D8, C6 and F1. RGB value is (216,198,241). Sum of RGB (Red+Green+Blue) = 216+198+241=655 (86% of max value = 765). Red value is 216 (84.77% from 255 or 32.98% from 655); Green value is 198 (77.73% from 255 or 30.23% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8C6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C6F1 is #27390E. Grayscale: #D0D0D0. Windows color (decimal): -2570511 or 15845080. OLE color: 15845080.
HSL color Cylindrical-coordinate representation of color #D8C6F1: hue angle of 265.12º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8C6F1 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 198 | 241 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.05 |
| HSL | 265.12º | 0.61% | 0.86% | - |
| HSV(B) | 265.12º | 0.18% | 0.95% | - |
| XYZ | 64.39 | 61.34 | 91.66 | - |
| YUV | 208.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 241 | 0.10 | 0.18 | 0 | 0.05 | 265.12 | 0.61 | 0.86 |
| Hex | D8 | C6 | F1 | A | 12 | 0 | 5 | 109 | 3D | 56 |
| Octal | 330 | 306 | 361 | 12 | 22 | 0 | 5 | 411 | 75 | 126 |
| Binary | 11011000 | 11000110 | 11110001 | 1010 | 10010 | 0 | 101 | 100001001 | 111101 | 1010110 |
Color Harmonies of #D8C6F1
Complementary color
Monochromatic Colors of #D8C6F1
Black with #D8C6F1
Text Example
Text Example
White with #D8C6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C6F1; }
p { color: rgb(216,198,241); }
H1.HeaderClassName
{
color: #D8C6F1;
}
.AnyTagClassName
{
color: #D8C6F1;
}
</style>
background-color css
<style>
a { background-color: #D8C6F1; }
a { background-color: rgb(216,198,241); }
div.DivClassName
{
background-color: #D8C6F1;
}
.BgClassName
{
background-color: #D8C6F1;
}
</style>
border-color css
<style>
span { border-color: #D8C6F1; }
span { border-color: rgb(216,198,241); }
td.TdClassName
{
border-color: #D8C6F1;
}
.TagClassName
{
border-color: #D8C6F1;
}
</style>