Shades of Fog #DDD5EA
Tints of Fog #DDD5EA
RGB
CMYK
RGB Variations
Color information
#DDD5EA (or 0xDDD5EA) is known color: Fog. HEX triplet: DD, D5 and EA. RGB value is (221,213,234). Sum of RGB (Red+Green+Blue) = 221+213+234=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 213 (83.59% from 255 or 31.89% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDD5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD5EA is #222A15. Grayscale: #D9D9D9. Windows color (decimal): -2238998 or 15390173. OLE color: 15390173.
HSL color Cylindrical-coordinate representation of color #DDD5EA: hue angle of 262.86º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDD5EA is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 221 | 213 | 234 | - |
CMYK | 0.06 | 0.09 | 0 | 0.08 |
HSL | 262.86º | 0.33% | 0.88% | - |
HSV(B) | 262.86º | 0.09% | 0.92% | - |
XYZ | 68.46 | 68.9 | 87.53 | - |
YUV | 217.79 | 137.15 | 130.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 213 | 234 | 0.06 | 0.09 | 0 | 0.08 | 262.86 | 0.33 | 0.88 |
Hex | DD | D5 | EA | 6 | 9 | 0 | 8 | 107 | 21 | 58 |
Octal | 335 | 325 | 352 | 6 | 11 | 0 | 10 | 407 | 41 | 130 |
Binary | 11011101 | 11010101 | 11101010 | 110 | 1001 | 0 | 1000 | 100000111 | 100001 | 1011000 |
Color Harmonies of #DDD5EA
Complementary color
Monochromatic Colors of #DDD5EA
Black with #DDD5EA
Text Example
Text Example
White with #DDD5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD5EA; }
p { color: rgb(221,213,234); }
H1.HeaderClassName
{
color: #DDD5EA;
}
.AnyTagClassName
{
color: #DDD5EA;
}
</style>
background-color css
<style>
a { background-color: #DDD5EA; }
a { background-color: rgb(221,213,234); }
div.DivClassName
{
background-color: #DDD5EA;
}
.BgClassName
{
background-color: #DDD5EA;
}
</style>
border-color css
<style>
span { border-color: #DDD5EA; }
span { border-color: rgb(221,213,234); }
td.TdClassName
{
border-color: #DDD5EA;
}
.TagClassName
{
border-color: #DDD5EA;
}
</style>