Shades of Fog #D8C6FF
Tints of Fog #D8C6FF
RGB
CMYK
RGB Variations
Color information
#D8C6FF (or 0xD8C6FF) is known color: Fog. HEX triplet: D8, C6 and FF. RGB value is (216,198,255). Sum of RGB (Red+Green+Blue) = 216+198+255=669 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.29% from 669); Green value is 198 (77.73% from 255 or 29.60% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8C6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C6FF is #273900. Grayscale: #D1D1D1. Windows color (decimal): -2570497 or 16762584. OLE color: 16762584.
HSL color Cylindrical-coordinate representation of color #D8C6FF: hue angle of 258.95º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8C6FF is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 198 | 255 | - |
| CMYK | 0.15 | 0.22 | 0 | 0 |
| HSL | 258.95º | 1% | 0.89% | - |
| HSV(B) | 258.95º | 0.22% | 1% | - |
| XYZ | 66.56 | 62.21 | 103.11 | - |
| YUV | 209.88 | 153.46 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 255 | 0.15 | 0.22 | 0 | 0 | 258.95 | 1 | 0.89 |
| Hex | D8 | C6 | FF | F | 16 | 0 | 0 | 103 | 64 | 59 |
| Octal | 330 | 306 | 377 | 17 | 26 | 0 | 0 | 403 | 144 | 131 |
| Binary | 11011000 | 11000110 | 11111111 | 1111 | 10110 | 0 | 0 | 100000011 | 1100100 | 1011001 |
Color Harmonies of #D8C6FF
Complementary color
Monochromatic Colors of #D8C6FF
Black with #D8C6FF
Text Example
Text Example
White with #D8C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C6FF; }
p { color: rgb(216,198,255); }
H1.HeaderClassName
{
color: #D8C6FF;
}
.AnyTagClassName
{
color: #D8C6FF;
}
</style>
background-color css
<style>
a { background-color: #D8C6FF; }
a { background-color: rgb(216,198,255); }
div.DivClassName
{
background-color: #D8C6FF;
}
.BgClassName
{
background-color: #D8C6FF;
}
</style>
border-color css
<style>
span { border-color: #D8C6FF; }
span { border-color: rgb(216,198,255); }
td.TdClassName
{
border-color: #D8C6FF;
}
.TagClassName
{
border-color: #D8C6FF;
}
</style>