Shades of Fog #D9CCF7
Tints of Fog #D9CCF7
RGB
CMYK
RGB Variations
Color information
#D9CCF7 (or 0xD9CCF7) is known color: Fog. HEX triplet: D9, CC and F7. RGB value is (217,204,247). Sum of RGB (Red+Green+Blue) = 217+204+247=668 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.49% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 247 (96.88% from 255 or 36.98% from 668); Max value from RGB is 247 - color contains mainly: blue. Hex color #D9CCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CCF7 is #263308. Grayscale: #D4D4D4. Windows color (decimal): -2503433 or 16239833. OLE color: 16239833.
HSL color Cylindrical-coordinate representation of color #D9CCF7: hue angle of 258.14º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9CCF7 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 204 | 247 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.03 |
| HSL | 258.14º | 0.73% | 0.88% | - |
| HSV(B) | 258.14º | 0.17% | 0.97% | - |
| XYZ | 67 | 64.65 | 96.94 | - |
| YUV | 212.79 | 147.31 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 204 | 247 | 0.12 | 0.17 | 0 | 0.03 | 258.14 | 0.73 | 0.88 |
| Hex | D9 | CC | F7 | C | 11 | 0 | 3 | 102 | 49 | 58 |
| Octal | 331 | 314 | 367 | 14 | 21 | 0 | 3 | 402 | 111 | 130 |
| Binary | 11011001 | 11001100 | 11110111 | 1100 | 10001 | 0 | 11 | 100000010 | 1001001 | 1011000 |
Color Harmonies of #D9CCF7
Complementary color
Monochromatic Colors of #D9CCF7
Black with #D9CCF7
Text Example
Text Example
White with #D9CCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CCF7; }
p { color: rgb(217,204,247); }
H1.HeaderClassName
{
color: #D9CCF7;
}
.AnyTagClassName
{
color: #D9CCF7;
}
</style>
background-color css
<style>
a { background-color: #D9CCF7; }
a { background-color: rgb(217,204,247); }
div.DivClassName
{
background-color: #D9CCF7;
}
.BgClassName
{
background-color: #D9CCF7;
}
</style>
border-color css
<style>
span { border-color: #D9CCF7; }
span { border-color: rgb(217,204,247); }
td.TdClassName
{
border-color: #D9CCF7;
}
.TagClassName
{
border-color: #D9CCF7;
}
</style>