Shades of Fog #D9C6FF
Tints of Fog #D9C6FF
RGB
CMYK
RGB Variations
Color information
#D9C6FF (or 0xD9C6FF) is known color: Fog. HEX triplet: D9, C6 and FF. RGB value is (217,198,255). Sum of RGB (Red+Green+Blue) = 217+198+255=670 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.39% from 670); Green value is 198 (77.73% from 255 or 29.55% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9C6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C6FF is #263900. Grayscale: #D1D1D1. Windows color (decimal): -2504961 or 16762585. OLE color: 16762585.
HSL color Cylindrical-coordinate representation of color #D9C6FF: hue angle of 260º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9C6FF is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 198 | 255 | - |
| CMYK | 0.15 | 0.22 | 0 | 0 |
| HSL | 260º | 1% | 0.89% | - |
| HSV(B) | 260º | 0.22% | 1% | - |
| XYZ | 66.86 | 62.36 | 103.12 | - |
| YUV | 210.18 | 153.29 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 198 | 255 | 0.15 | 0.22 | 0 | 0 | 260 | 1 | 0.89 |
| Hex | D9 | C6 | FF | F | 16 | 0 | 0 | 104 | 64 | 59 |
| Octal | 331 | 306 | 377 | 17 | 26 | 0 | 0 | 404 | 144 | 131 |
| Binary | 11011001 | 11000110 | 11111111 | 1111 | 10110 | 0 | 0 | 100000100 | 1100100 | 1011001 |
Color Harmonies of #D9C6FF
Complementary color
Monochromatic Colors of #D9C6FF
Black with #D9C6FF
Text Example
Text Example
White with #D9C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C6FF; }
p { color: rgb(217,198,255); }
H1.HeaderClassName
{
color: #D9C6FF;
}
.AnyTagClassName
{
color: #D9C6FF;
}
</style>
background-color css
<style>
a { background-color: #D9C6FF; }
a { background-color: rgb(217,198,255); }
div.DivClassName
{
background-color: #D9C6FF;
}
.BgClassName
{
background-color: #D9C6FF;
}
</style>
border-color css
<style>
span { border-color: #D9C6FF; }
span { border-color: rgb(217,198,255); }
td.TdClassName
{
border-color: #D9C6FF;
}
.TagClassName
{
border-color: #D9C6FF;
}
</style>