Shades of Fog #D8C6EB
Tints of Fog #D8C6EB
RGB
CMYK
RGB Variations
Color information
#D8C6EB (or 0xD8C6EB) is known color: Fog. HEX triplet: D8, C6 and EB. RGB value is (216,198,235). Sum of RGB (Red+Green+Blue) = 216+198+235=649 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.28% from 649); Green value is 198 (77.73% from 255 or 30.51% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8C6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C6EB is #273914. Grayscale: #CFCFCF. Windows color (decimal): -2570517 or 15451864. OLE color: 15451864.
HSL color Cylindrical-coordinate representation of color #D8C6EB: hue angle of 269.19º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8C6EB is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 198 | 235 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.08 |
| HSL | 269.19º | 0.48% | 0.85% | - |
| HSV(B) | 269.19º | 0.16% | 0.92% | - |
| XYZ | 63.51 | 60.99 | 87.02 | - |
| YUV | 207.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 235 | 0.08 | 0.16 | 0 | 0.08 | 269.19 | 0.48 | 0.85 |
| Hex | D8 | C6 | EB | 8 | 10 | 0 | 8 | 10D | 30 | 55 |
| Octal | 330 | 306 | 353 | 10 | 20 | 0 | 10 | 415 | 60 | 125 |
| Binary | 11011000 | 11000110 | 11101011 | 1000 | 10000 | 0 | 1000 | 100001101 | 110000 | 1010101 |
Color Harmonies of #D8C6EB
Complementary color
Monochromatic Colors of #D8C6EB
Black with #D8C6EB
Text Example
Text Example
White with #D8C6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C6EB; }
p { color: rgb(216,198,235); }
H1.HeaderClassName
{
color: #D8C6EB;
}
.AnyTagClassName
{
color: #D8C6EB;
}
</style>
background-color css
<style>
a { background-color: #D8C6EB; }
a { background-color: rgb(216,198,235); }
div.DivClassName
{
background-color: #D8C6EB;
}
.BgClassName
{
background-color: #D8C6EB;
}
</style>
border-color css
<style>
span { border-color: #D8C6EB; }
span { border-color: rgb(216,198,235); }
td.TdClassName
{
border-color: #D8C6EB;
}
.TagClassName
{
border-color: #D8C6EB;
}
</style>