Shades of Fog #D8C9FC
Tints of Fog #D8C9FC
RGB
CMYK
RGB Variations
Color information
#D8C9FC (or 0xD8C9FC) is known color: Fog. HEX triplet: D8, C9 and FC. RGB value is (216,201,252). Sum of RGB (Red+Green+Blue) = 216+201+252=669 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.29% from 669); Green value is 201 (78.91% from 255 or 30.04% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #D8C9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C9FC is #273603. Grayscale: #D3D3D3. Windows color (decimal): -2569732 or 16566744. OLE color: 16566744.
HSL color Cylindrical-coordinate representation of color #D8C9FC: hue angle of 257.65º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8C9FC is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 201 | 252 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.01 |
| HSL | 257.65º | 0.89% | 0.89% | - |
| HSV(B) | 257.65º | 0.2% | 0.99% | - |
| XYZ | 66.78 | 63.4 | 100.81 | - |
| YUV | 211.3 | 150.97 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 201 | 252 | 0.14 | 0.20 | 0 | 0.01 | 257.65 | 0.89 | 0.89 |
| Hex | D8 | C9 | FC | E | 14 | 0 | 1 | 102 | 59 | 59 |
| Octal | 330 | 311 | 374 | 16 | 24 | 0 | 1 | 402 | 131 | 131 |
| Binary | 11011000 | 11001001 | 11111100 | 1110 | 10100 | 0 | 1 | 100000010 | 1011001 | 1011001 |
Color Harmonies of #D8C9FC
Complementary color
Monochromatic Colors of #D8C9FC
Black with #D8C9FC
Text Example
Text Example
White with #D8C9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C9FC; }
p { color: rgb(216,201,252); }
H1.HeaderClassName
{
color: #D8C9FC;
}
.AnyTagClassName
{
color: #D8C9FC;
}
</style>
background-color css
<style>
a { background-color: #D8C9FC; }
a { background-color: rgb(216,201,252); }
div.DivClassName
{
background-color: #D8C9FC;
}
.BgClassName
{
background-color: #D8C9FC;
}
</style>
border-color css
<style>
span { border-color: #D8C9FC; }
span { border-color: rgb(216,201,252); }
td.TdClassName
{
border-color: #D8C9FC;
}
.TagClassName
{
border-color: #D8C9FC;
}
</style>