Shades of Fog #D9CEED
Tints of Fog #D9CEED
RGB
CMYK
RGB Variations
Color information
#D9CEED (or 0xD9CEED) is known color: Fog. HEX triplet: D9, CE and ED. RGB value is (217,206,237). Sum of RGB (Red+Green+Blue) = 217+206+237=660 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.88% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9CEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CEED is #263112. Grayscale: #D4D4D4. Windows color (decimal): -2502931 or 15584985. OLE color: 15584985.
HSL color Cylindrical-coordinate representation of color #D9CEED: hue angle of 261.29º degrees, saturation: 0.46, 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 #D9CEED is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 206 | 237 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.07 |
| HSL | 261.29º | 0.46% | 0.87% | - |
| HSV(B) | 261.29º | 0.13% | 0.93% | - |
| XYZ | 65.97 | 65.01 | 89.19 | - |
| YUV | 212.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 206 | 237 | 0.08 | 0.13 | 0 | 0.07 | 261.29 | 0.46 | 0.87 |
| Hex | D9 | CE | ED | 8 | D | 0 | 7 | 105 | 2E | 57 |
| Octal | 331 | 316 | 355 | 10 | 15 | 0 | 7 | 405 | 56 | 127 |
| Binary | 11011001 | 11001110 | 11101101 | 1000 | 1101 | 0 | 111 | 100000101 | 101110 | 1010111 |
Color Harmonies of #D9CEED
Complementary color
Monochromatic Colors of #D9CEED
Black with #D9CEED
Text Example
Text Example
White with #D9CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CEED; }
p { color: rgb(217,206,237); }
H1.HeaderClassName
{
color: #D9CEED;
}
.AnyTagClassName
{
color: #D9CEED;
}
</style>
background-color css
<style>
a { background-color: #D9CEED; }
a { background-color: rgb(217,206,237); }
div.DivClassName
{
background-color: #D9CEED;
}
.BgClassName
{
background-color: #D9CEED;
}
</style>
border-color css
<style>
span { border-color: #D9CEED; }
span { border-color: rgb(217,206,237); }
td.TdClassName
{
border-color: #D9CEED;
}
.TagClassName
{
border-color: #D9CEED;
}
</style>