Shades of Fog #DDD9E7
Tints of Fog #DDD9E7
RGB
CMYK
RGB Variations
Color information
#DDD9E7 (or 0xDDD9E7) is known color: Fog. HEX triplet: DD, D9 and E7. RGB value is (221,217,231). Sum of RGB (Red+Green+Blue) = 221+217+231=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 231 (90.62% from 255 or 34.53% from 669); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDD9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD9E7 is #222618. Grayscale: #DBDBDB. Windows color (decimal): -2237977 or 15194589. OLE color: 15194589.
HSL color Cylindrical-coordinate representation of color #DDD9E7: hue angle of 257.14º degrees, saturation: 0.23, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDD9E7 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 217 | 231 | - |
CMYK | 0.04 | 0.06 | 0 | 0.09 |
HSL | 257.14º | 0.23% | 0.88% | - |
HSV(B) | 257.14º | 0.06% | 0.91% | - |
XYZ | 69.06 | 70.77 | 85.62 | - |
YUV | 219.79 | 134.33 | 128.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 217 | 231 | 0.04 | 0.06 | 0 | 0.09 | 257.14 | 0.23 | 0.88 |
Hex | DD | D9 | E7 | 4 | 6 | 0 | 9 | 101 | 17 | 58 |
Octal | 335 | 331 | 347 | 4 | 6 | 0 | 11 | 401 | 27 | 130 |
Binary | 11011101 | 11011001 | 11100111 | 100 | 110 | 0 | 1001 | 100000001 | 10111 | 1011000 |
Color Harmonies of #DDD9E7
Complementary color
Monochromatic Colors of #DDD9E7
Black with #DDD9E7
Text Example
Text Example
White with #DDD9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9E7; }
p { color: rgb(221,217,231); }
H1.HeaderClassName
{
color: #DDD9E7;
}
.AnyTagClassName
{
color: #DDD9E7;
}
</style>
background-color css
<style>
a { background-color: #DDD9E7; }
a { background-color: rgb(221,217,231); }
div.DivClassName
{
background-color: #DDD9E7;
}
.BgClassName
{
background-color: #DDD9E7;
}
</style>
border-color css
<style>
span { border-color: #DDD9E7; }
span { border-color: rgb(221,217,231); }
td.TdClassName
{
border-color: #DDD9E7;
}
.TagClassName
{
border-color: #DDD9E7;
}
</style>