Shades of Fog #D8C9FE
Tints of Fog #D8C9FE
RGB
CMYK
RGB Variations
Color information
#D8C9FE (or 0xD8C9FE) is known color: Fog. HEX triplet: D8, C9 and FE. RGB value is (216,201,254). Sum of RGB (Red+Green+Blue) = 216+201+254=671 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.19% from 671); Green value is 201 (78.91% from 255 or 29.96% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8C9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C9FE is #273601. Grayscale: #D3D3D3. Windows color (decimal): -2569730 or 16697816. OLE color: 16697816.
HSL color Cylindrical-coordinate representation of color #D8C9FE: hue angle of 256.98º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8C9FE is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 201 | 254 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.00 |
| HSL | 256.98º | 0.96% | 0.89% | - |
| HSV(B) | 256.98º | 0.21% | 1% | - |
| XYZ | 67.09 | 63.53 | 102.49 | - |
| YUV | 211.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 201 | 254 | 0.15 | 0.21 | 0 | 0.00 | 256.98 | 0.96 | 0.89 |
| Hex | D8 | C9 | FE | F | 15 | 0 | 0 | 101 | 60 | 59 |
| Octal | 330 | 311 | 376 | 17 | 25 | 0 | 0 | 401 | 140 | 131 |
| Binary | 11011000 | 11001001 | 11111110 | 1111 | 10101 | 0 | 0 | 100000001 | 1100000 | 1011001 |
Color Harmonies of #D8C9FE
Complementary color
Monochromatic Colors of #D8C9FE
Black with #D8C9FE
Text Example
Text Example
White with #D8C9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C9FE; }
p { color: rgb(216,201,254); }
H1.HeaderClassName
{
color: #D8C9FE;
}
.AnyTagClassName
{
color: #D8C9FE;
}
</style>
background-color css
<style>
a { background-color: #D8C9FE; }
a { background-color: rgb(216,201,254); }
div.DivClassName
{
background-color: #D8C9FE;
}
.BgClassName
{
background-color: #D8C9FE;
}
</style>
border-color css
<style>
span { border-color: #D8C9FE; }
span { border-color: rgb(216,201,254); }
td.TdClassName
{
border-color: #D8C9FE;
}
.TagClassName
{
border-color: #D8C9FE;
}
</style>