Shades of Fog #DDD9E6
Tints of Fog #DDD9E6
RGB
CMYK
RGB Variations
Color information
#DDD9E6 (or 0xDDD9E6) is known color: Fog. HEX triplet: DD, D9 and E6. RGB value is (221,217,230). Sum of RGB (Red+Green+Blue) = 221+217+230=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 217 (85.16% from 255 or 32.49% from 668); Blue value is 230 (90.23% from 255 or 34.43% from 668); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDD9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD9E6 is #222619. Grayscale: #DBDBDB. Windows color (decimal): -2237978 or 15129053. OLE color: 15129053.
HSL color Cylindrical-coordinate representation of color #DDD9E6: hue angle of 258.46º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDD9E6 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 221 | 217 | 230 | - |
CMYK | 0.04 | 0.06 | 0 | 0.10 |
HSL | 258.46º | 0.21% | 0.88% | - |
HSV(B) | 258.46º | 0.06% | 0.9% | - |
XYZ | 68.91 | 70.71 | 84.88 | - |
YUV | 219.68 | 133.83 | 128.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 217 | 230 | 0.04 | 0.06 | 0 | 0.10 | 258.46 | 0.21 | 0.88 |
Hex | DD | D9 | E6 | 4 | 6 | 0 | A | 102 | 15 | 58 |
Octal | 335 | 331 | 346 | 4 | 6 | 0 | 12 | 402 | 25 | 130 |
Binary | 11011101 | 11011001 | 11100110 | 100 | 110 | 0 | 1010 | 100000010 | 10101 | 1011000 |
Color Harmonies of #DDD9E6
Complementary color
Monochromatic Colors of #DDD9E6
Black with #DDD9E6
Text Example
Text Example
White with #DDD9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9E6; }
p { color: rgb(221,217,230); }
H1.HeaderClassName
{
color: #DDD9E6;
}
.AnyTagClassName
{
color: #DDD9E6;
}
</style>
background-color css
<style>
a { background-color: #DDD9E6; }
a { background-color: rgb(221,217,230); }
div.DivClassName
{
background-color: #DDD9E6;
}
.BgClassName
{
background-color: #DDD9E6;
}
</style>
border-color css
<style>
span { border-color: #DDD9E6; }
span { border-color: rgb(221,217,230); }
td.TdClassName
{
border-color: #DDD9E6;
}
.TagClassName
{
border-color: #DDD9E6;
}
</style>