Shades of Fog #D9CDE6
Tints of Fog #D9CDE6
RGB
CMYK
RGB Variations
Color information
#D9CDE6 (or 0xD9CDE6) is known color: Fog. HEX triplet: D9, CD and E6. RGB value is (217,205,230). Sum of RGB (Red+Green+Blue) = 217+205+230=652 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.28% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 230 (90.23% from 255 or 35.28% from 652); Max value from RGB is 230 - color contains mainly: blue. Hex color #D9CDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CDE6 is #263219. Grayscale: #D3D3D3. Windows color (decimal): -2503194 or 15125977. OLE color: 15125977.
HSL color Cylindrical-coordinate representation of color #D9CDE6: hue angle of 268.8º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9CDE6 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 205 | 230 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.10 |
| HSL | 268.8º | 0.33% | 0.85% | - |
| HSV(B) | 268.8º | 0.11% | 0.9% | - |
| XYZ | 64.73 | 64.13 | 83.83 | - |
| YUV | 211.44 | 138.48 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 205 | 230 | 0.06 | 0.11 | 0 | 0.10 | 268.8 | 0.33 | 0.85 |
| Hex | D9 | CD | E6 | 6 | B | 0 | A | 10D | 21 | 55 |
| Octal | 331 | 315 | 346 | 6 | 13 | 0 | 12 | 415 | 41 | 125 |
| Binary | 11011001 | 11001101 | 11100110 | 110 | 1011 | 0 | 1010 | 100001101 | 100001 | 1010101 |
Color Harmonies of #D9CDE6
Complementary color
Monochromatic Colors of #D9CDE6
Black with #D9CDE6
Text Example
Text Example
White with #D9CDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CDE6; }
p { color: rgb(217,205,230); }
H1.HeaderClassName
{
color: #D9CDE6;
}
.AnyTagClassName
{
color: #D9CDE6;
}
</style>
background-color css
<style>
a { background-color: #D9CDE6; }
a { background-color: rgb(217,205,230); }
div.DivClassName
{
background-color: #D9CDE6;
}
.BgClassName
{
background-color: #D9CDE6;
}
</style>
border-color css
<style>
span { border-color: #D9CDE6; }
span { border-color: rgb(217,205,230); }
td.TdClassName
{
border-color: #D9CDE6;
}
.TagClassName
{
border-color: #D9CDE6;
}
</style>