Shades of Fog #DDD5E9
Tints of Fog #DDD5E9
RGB
CMYK
RGB Variations
Color information
#DDD5E9 (or 0xDDD5E9) is known color: Fog. HEX triplet: DD, D5 and E9. RGB value is (221,213,233). Sum of RGB (Red+Green+Blue) = 221+213+233=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 213 (83.59% from 255 or 31.93% from 667); Blue value is 233 (91.41% from 255 or 34.93% from 667); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDD5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD5E9 is #222A16. Grayscale: #D9D9D9. Windows color (decimal): -2238999 or 15324637. OLE color: 15324637.
HSL color Cylindrical-coordinate representation of color #DDD5E9: hue angle of 264º degrees, saturation: 0.31, 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 #DDD5E9 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 213 | 233 | - |
CMYK | 0.05 | 0.09 | 0 | 0.09 |
HSL | 264º | 0.31% | 0.87% | - |
HSV(B) | 264º | 0.09% | 0.91% | - |
XYZ | 68.32 | 68.84 | 86.78 | - |
YUV | 217.67 | 136.65 | 130.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 213 | 233 | 0.05 | 0.09 | 0 | 0.09 | 264 | 0.31 | 0.87 |
Hex | DD | D5 | E9 | 5 | 9 | 0 | 9 | 108 | 1F | 57 |
Octal | 335 | 325 | 351 | 5 | 11 | 0 | 11 | 410 | 37 | 127 |
Binary | 11011101 | 11010101 | 11101001 | 101 | 1001 | 0 | 1001 | 100001000 | 11111 | 1010111 |
Color Harmonies of #DDD5E9
Complementary color
Monochromatic Colors of #DDD5E9
Black with #DDD5E9
Text Example
Text Example
White with #DDD5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD5E9; }
p { color: rgb(221,213,233); }
H1.HeaderClassName
{
color: #DDD5E9;
}
.AnyTagClassName
{
color: #DDD5E9;
}
</style>
background-color css
<style>
a { background-color: #DDD5E9; }
a { background-color: rgb(221,213,233); }
div.DivClassName
{
background-color: #DDD5E9;
}
.BgClassName
{
background-color: #DDD5E9;
}
</style>
border-color css
<style>
span { border-color: #DDD5E9; }
span { border-color: rgb(221,213,233); }
td.TdClassName
{
border-color: #DDD5E9;
}
.TagClassName
{
border-color: #DDD5E9;
}
</style>