Shades of Fog #D9CEEE
Tints of Fog #D9CEEE
RGB
CMYK
RGB Variations
Color information
#D9CEEE (or 0xD9CEEE) is known color: Fog. HEX triplet: D9, CE and EE. RGB value is (217,206,238). Sum of RGB (Red+Green+Blue) = 217+206+238=661 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.83% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9CEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CEEE is #263111. Grayscale: #D4D4D4. Windows color (decimal): -2502930 or 15650521. OLE color: 15650521.
HSL color Cylindrical-coordinate representation of color #D9CEEE: hue angle of 260.62º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9CEEE is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 206 | 238 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.07 |
| HSL | 260.63º | 0.48% | 0.87% | - |
| HSV(B) | 260.63º | 0.13% | 0.93% | - |
| XYZ | 66.12 | 65.07 | 89.96 | - |
| YUV | 212.94 | 142.14 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 206 | 238 | 0.09 | 0.13 | 0 | 0.07 | 260.63 | 0.48 | 0.87 |
| Hex | D9 | CE | EE | 9 | D | 0 | 7 | 105 | 30 | 57 |
| Octal | 331 | 316 | 356 | 11 | 15 | 0 | 7 | 405 | 60 | 127 |
| Binary | 11011001 | 11001110 | 11101110 | 1001 | 1101 | 0 | 111 | 100000101 | 110000 | 1010111 |
Color Harmonies of #D9CEEE
Complementary color
Monochromatic Colors of #D9CEEE
Black with #D9CEEE
Text Example
Text Example
White with #D9CEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CEEE; }
p { color: rgb(217,206,238); }
H1.HeaderClassName
{
color: #D9CEEE;
}
.AnyTagClassName
{
color: #D9CEEE;
}
</style>
background-color css
<style>
a { background-color: #D9CEEE; }
a { background-color: rgb(217,206,238); }
div.DivClassName
{
background-color: #D9CEEE;
}
.BgClassName
{
background-color: #D9CEEE;
}
</style>
border-color css
<style>
span { border-color: #D9CEEE; }
span { border-color: rgb(217,206,238); }
td.TdClassName
{
border-color: #D9CEEE;
}
.TagClassName
{
border-color: #D9CEEE;
}
</style>