Shades of Fog #D9C8FB
Tints of Fog #D9C8FB
RGB
CMYK
RGB Variations
Color information
#D9C8FB (or 0xD9C8FB) is known color: Fog. HEX triplet: D9, C8 and FB. RGB value is (217,200,251). Sum of RGB (Red+Green+Blue) = 217+200+251=668 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.49% from 668); Green value is 200 (78.52% from 255 or 29.94% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9C8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C8FB is #263704. Grayscale: #D2D2D2. Windows color (decimal): -2504453 or 16500953. OLE color: 16500953.
HSL color Cylindrical-coordinate representation of color #D9C8FB: hue angle of 260º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9C8FB is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 200 | 251 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.02 |
| HSL | 260º | 0.86% | 0.88% | - |
| HSV(B) | 260º | 0.2% | 0.98% | - |
| XYZ | 66.68 | 63.03 | 99.92 | - |
| YUV | 210.9 | 150.63 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 200 | 251 | 0.14 | 0.20 | 0 | 0.02 | 260 | 0.86 | 0.88 |
| Hex | D9 | C8 | FB | E | 14 | 0 | 2 | 104 | 56 | 58 |
| Octal | 331 | 310 | 373 | 16 | 24 | 0 | 2 | 404 | 126 | 130 |
| Binary | 11011001 | 11001000 | 11111011 | 1110 | 10100 | 0 | 10 | 100000100 | 1010110 | 1011000 |
Color Harmonies of #D9C8FB
Complementary color
Monochromatic Colors of #D9C8FB
Black with #D9C8FB
Text Example
Text Example
White with #D9C8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C8FB; }
p { color: rgb(217,200,251); }
H1.HeaderClassName
{
color: #D9C8FB;
}
.AnyTagClassName
{
color: #D9C8FB;
}
</style>
background-color css
<style>
a { background-color: #D9C8FB; }
a { background-color: rgb(217,200,251); }
div.DivClassName
{
background-color: #D9C8FB;
}
.BgClassName
{
background-color: #D9C8FB;
}
</style>
border-color css
<style>
span { border-color: #D9C8FB; }
span { border-color: rgb(217,200,251); }
td.TdClassName
{
border-color: #D9C8FB;
}
.TagClassName
{
border-color: #D9C8FB;
}
</style>