Shades of Fog #DDD8E9
Tints of Fog #DDD8E9
RGB
CMYK
RGB Variations
Color information
#DDD8E9 (or 0xDDD8E9) is known color: Fog. HEX triplet: DD, D8 and E9. RGB value is (221,216,233). Sum of RGB (Red+Green+Blue) = 221+216+233=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 216 (84.77% from 255 or 32.24% from 670); Blue value is 233 (91.41% from 255 or 34.78% from 670); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDD8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD8E9 is #222716. Grayscale: #DBDBDB. Windows color (decimal): -2238231 or 15325405. OLE color: 15325405.
HSL color Cylindrical-coordinate representation of color #DDD8E9: hue angle of 257.65º degrees, saturation: 0.28, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDD8E9 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 216 | 233 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.09 |
| HSL | 257.65º | 0.28% | 0.88% | - |
| HSV(B) | 257.65º | 0.07% | 0.91% | - |
| XYZ | 69.08 | 70.37 | 87.03 | - |
| YUV | 219.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 233 | 0.05 | 0.07 | 0 | 0.09 | 257.65 | 0.28 | 0.88 |
| Hex | DD | D8 | E9 | 5 | 7 | 0 | 9 | 102 | 1C | 58 |
| Octal | 335 | 330 | 351 | 5 | 7 | 0 | 11 | 402 | 34 | 130 |
| Binary | 11011101 | 11011000 | 11101001 | 101 | 111 | 0 | 1001 | 100000010 | 11100 | 1011000 |
Color Harmonies of #DDD8E9
Complementary color
Monochromatic Colors of #DDD8E9
Black with #DDD8E9
Text Example
Text Example
White with #DDD8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8E9; }
p { color: rgb(221,216,233); }
H1.HeaderClassName
{
color: #DDD8E9;
}
.AnyTagClassName
{
color: #DDD8E9;
}
</style>
background-color css
<style>
a { background-color: #DDD8E9; }
a { background-color: rgb(221,216,233); }
div.DivClassName
{
background-color: #DDD8E9;
}
.BgClassName
{
background-color: #DDD8E9;
}
</style>
border-color css
<style>
span { border-color: #DDD8E9; }
span { border-color: rgb(221,216,233); }
td.TdClassName
{
border-color: #DDD8E9;
}
.TagClassName
{
border-color: #DDD8E9;
}
</style>