Shades of Fog #D9C8FE
Tints of Fog #D9C8FE
RGB
CMYK
RGB Variations
Color information
#D9C8FE (or 0xD9C8FE) is known color: Fog. HEX triplet: D9, C8 and FE. RGB value is (217,200,254). Sum of RGB (Red+Green+Blue) = 217+200+254=671 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.34% from 671); Green value is 200 (78.52% from 255 or 29.81% 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 #D9C8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C8FE is #263701. Grayscale: #D3D3D3. Windows color (decimal): -2504450 or 16697561. OLE color: 16697561.
HSL color Cylindrical-coordinate representation of color #D9C8FE: hue angle of 258.89º 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 #D9C8FE is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 200 | 254 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.00 |
| HSL | 258.89º | 0.96% | 0.89% | - |
| HSV(B) | 258.89º | 0.21% | 1% | - |
| XYZ | 67.16 | 63.22 | 102.43 | - |
| YUV | 211.24 | 152.13 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 200 | 254 | 0.15 | 0.21 | 0 | 0.00 | 258.89 | 0.96 | 0.89 |
| Hex | D9 | C8 | FE | F | 15 | 0 | 0 | 103 | 60 | 59 |
| Octal | 331 | 310 | 376 | 17 | 25 | 0 | 0 | 403 | 140 | 131 |
| Binary | 11011001 | 11001000 | 11111110 | 1111 | 10101 | 0 | 0 | 100000011 | 1100000 | 1011001 |
Color Harmonies of #D9C8FE
Complementary color
Monochromatic Colors of #D9C8FE
Black with #D9C8FE
Text Example
Text Example
White with #D9C8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C8FE; }
p { color: rgb(217,200,254); }
H1.HeaderClassName
{
color: #D9C8FE;
}
.AnyTagClassName
{
color: #D9C8FE;
}
</style>
background-color css
<style>
a { background-color: #D9C8FE; }
a { background-color: rgb(217,200,254); }
div.DivClassName
{
background-color: #D9C8FE;
}
.BgClassName
{
background-color: #D9C8FE;
}
</style>
border-color css
<style>
span { border-color: #D9C8FE; }
span { border-color: rgb(217,200,254); }
td.TdClassName
{
border-color: #D9C8FE;
}
.TagClassName
{
border-color: #D9C8FE;
}
</style>