Shades of Fog #DDD3E9
Tints of Fog #DDD3E9
RGB
CMYK
RGB Variations
Color information
#DDD3E9 (or 0xDDD3E9) is known color: Fog. HEX triplet: DD, D3 and E9. RGB value is (221,211,233). Sum of RGB (Red+Green+Blue) = 221+211+233=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 211 (82.81% from 255 or 31.73% from 665); Blue value is 233 (91.41% from 255 or 35.04% from 665); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDD3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD3E9 is #222C16. Grayscale: #D8D8D8. Windows color (decimal): -2239511 or 15324125. OLE color: 15324125.
HSL color Cylindrical-coordinate representation of color #DDD3E9: hue angle of 267.27º degrees, saturation: 0.33, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDD3E9 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 211 | 233 | - |
CMYK | 0.05 | 0.09 | 0 | 0.09 |
HSL | 267.27º | 0.33% | 0.87% | - |
HSV(B) | 267.27º | 0.09% | 0.91% | - |
XYZ | 67.82 | 67.84 | 86.61 | - |
YUV | 216.5 | 137.31 | 131.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 211 | 233 | 0.05 | 0.09 | 0 | 0.09 | 267.27 | 0.33 | 0.87 |
Hex | DD | D3 | E9 | 5 | 9 | 0 | 9 | 10B | 21 | 57 |
Octal | 335 | 323 | 351 | 5 | 11 | 0 | 11 | 413 | 41 | 127 |
Binary | 11011101 | 11010011 | 11101001 | 101 | 1001 | 0 | 1001 | 100001011 | 100001 | 1010111 |
Color Harmonies of #DDD3E9
Complementary color
Monochromatic Colors of #DDD3E9
Black with #DDD3E9
Text Example
Text Example
White with #DDD3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD3E9; }
p { color: rgb(221,211,233); }
H1.HeaderClassName
{
color: #DDD3E9;
}
.AnyTagClassName
{
color: #DDD3E9;
}
</style>
background-color css
<style>
a { background-color: #DDD3E9; }
a { background-color: rgb(221,211,233); }
div.DivClassName
{
background-color: #DDD3E9;
}
.BgClassName
{
background-color: #DDD3E9;
}
</style>
border-color css
<style>
span { border-color: #DDD3E9; }
span { border-color: rgb(221,211,233); }
td.TdClassName
{
border-color: #DDD3E9;
}
.TagClassName
{
border-color: #DDD3E9;
}
</style>