Shades of Fog #D8C6FE
Tints of Fog #D8C6FE
RGB
CMYK
RGB Variations
Color information
#D8C6FE (or 0xD8C6FE) is known color: Fog. HEX triplet: D8, C6 and FE. RGB value is (216,198,254). Sum of RGB (Red+Green+Blue) = 216+198+254=668 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.34% from 668); Green value is 198 (77.73% from 255 or 29.64% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8C6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C6FE is #273901. Grayscale: #D1D1D1. Windows color (decimal): -2570498 or 16697048. OLE color: 16697048.
HSL color Cylindrical-coordinate representation of color #D8C6FE: hue angle of 259.29º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8C6FE is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 198 | 254 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.00 |
| HSL | 259.29º | 0.97% | 0.89% | - |
| HSV(B) | 259.29º | 0.22% | 1% | - |
| XYZ | 66.4 | 62.14 | 102.26 | - |
| YUV | 209.77 | 152.96 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 254 | 0.15 | 0.22 | 0 | 0.00 | 259.29 | 0.97 | 0.89 |
| Hex | D8 | C6 | FE | F | 16 | 0 | 0 | 103 | 61 | 59 |
| Octal | 330 | 306 | 376 | 17 | 26 | 0 | 0 | 403 | 141 | 131 |
| Binary | 11011000 | 11000110 | 11111110 | 1111 | 10110 | 0 | 0 | 100000011 | 1100001 | 1011001 |
Color Harmonies of #D8C6FE
Complementary color
Monochromatic Colors of #D8C6FE
Black with #D8C6FE
Text Example
Text Example
White with #D8C6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C6FE; }
p { color: rgb(216,198,254); }
H1.HeaderClassName
{
color: #D8C6FE;
}
.AnyTagClassName
{
color: #D8C6FE;
}
</style>
background-color css
<style>
a { background-color: #D8C6FE; }
a { background-color: rgb(216,198,254); }
div.DivClassName
{
background-color: #D8C6FE;
}
.BgClassName
{
background-color: #D8C6FE;
}
</style>
border-color css
<style>
span { border-color: #D8C6FE; }
span { border-color: rgb(216,198,254); }
td.TdClassName
{
border-color: #D8C6FE;
}
.TagClassName
{
border-color: #D8C6FE;
}
</style>