Shades of Fog #D9C6FB
Tints of Fog #D9C6FB
RGB
CMYK
RGB Variations
Color information
#D9C6FB (or 0xD9C6FB) is known color: Fog. HEX triplet: D9, C6 and FB. RGB value is (217,198,251). Sum of RGB (Red+Green+Blue) = 217+198+251=666 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.58% from 666); Green value is 198 (77.73% from 255 or 29.73% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9C6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C6FB is #263904. Grayscale: #D1D1D1. Windows color (decimal): -2504965 or 16500441. OLE color: 16500441.
HSL color Cylindrical-coordinate representation of color #D9C6FB: hue angle of 261.51º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9C6FB is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 198 | 251 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.02 |
| HSL | 261.51º | 0.87% | 0.88% | - |
| HSV(B) | 261.51º | 0.21% | 0.98% | - |
| XYZ | 66.22 | 62.1 | 99.76 | - |
| YUV | 209.72 | 151.29 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 198 | 251 | 0.14 | 0.21 | 0 | 0.02 | 261.51 | 0.87 | 0.88 |
| Hex | D9 | C6 | FB | E | 15 | 0 | 2 | 106 | 57 | 58 |
| Octal | 331 | 306 | 373 | 16 | 25 | 0 | 2 | 406 | 127 | 130 |
| Binary | 11011001 | 11000110 | 11111011 | 1110 | 10101 | 0 | 10 | 100000110 | 1010111 | 1011000 |
Color Harmonies of #D9C6FB
Complementary color
Monochromatic Colors of #D9C6FB
Black with #D9C6FB
Text Example
Text Example
White with #D9C6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C6FB; }
p { color: rgb(217,198,251); }
H1.HeaderClassName
{
color: #D9C6FB;
}
.AnyTagClassName
{
color: #D9C6FB;
}
</style>
background-color css
<style>
a { background-color: #D9C6FB; }
a { background-color: rgb(217,198,251); }
div.DivClassName
{
background-color: #D9C6FB;
}
.BgClassName
{
background-color: #D9C6FB;
}
</style>
border-color css
<style>
span { border-color: #D9C6FB; }
span { border-color: rgb(217,198,251); }
td.TdClassName
{
border-color: #D9C6FB;
}
.TagClassName
{
border-color: #D9C6FB;
}
</style>