Shades of Fog #D9CDE9
Tints of Fog #D9CDE9
RGB
CMYK
RGB Variations
Color information
#D9CDE9 (or 0xD9CDE9) is known color: Fog. HEX triplet: D9, CD and E9. RGB value is (217,205,233). Sum of RGB (Red+Green+Blue) = 217+205+233=655 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.13% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 233 (91.41% from 255 or 35.57% from 655); Max value from RGB is 233 - color contains mainly: blue. Hex color #D9CDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CDE9 is #263216. Grayscale: #D3D3D3. Windows color (decimal): -2503191 or 15322585. OLE color: 15322585.
HSL color Cylindrical-coordinate representation of color #D9CDE9: hue angle of 265.71º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9CDE9 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 205 | 233 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.09 |
| HSL | 265.71º | 0.39% | 0.86% | - |
| HSV(B) | 265.71º | 0.12% | 0.91% | - |
| XYZ | 65.15 | 64.3 | 86.07 | - |
| YUV | 211.78 | 139.98 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 205 | 233 | 0.07 | 0.12 | 0 | 0.09 | 265.71 | 0.39 | 0.86 |
| Hex | D9 | CD | E9 | 7 | C | 0 | 9 | 10A | 27 | 56 |
| Octal | 331 | 315 | 351 | 7 | 14 | 0 | 11 | 412 | 47 | 126 |
| Binary | 11011001 | 11001101 | 11101001 | 111 | 1100 | 0 | 1001 | 100001010 | 100111 | 1010110 |
Color Harmonies of #D9CDE9
Complementary color
Monochromatic Colors of #D9CDE9
Black with #D9CDE9
Text Example
Text Example
White with #D9CDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CDE9; }
p { color: rgb(217,205,233); }
H1.HeaderClassName
{
color: #D9CDE9;
}
.AnyTagClassName
{
color: #D9CDE9;
}
</style>
background-color css
<style>
a { background-color: #D9CDE9; }
a { background-color: rgb(217,205,233); }
div.DivClassName
{
background-color: #D9CDE9;
}
.BgClassName
{
background-color: #D9CDE9;
}
</style>
border-color css
<style>
span { border-color: #D9CDE9; }
span { border-color: rgb(217,205,233); }
td.TdClassName
{
border-color: #D9CDE9;
}
.TagClassName
{
border-color: #D9CDE9;
}
</style>