Shades of Fog #DDD0EA
Tints of Fog #DDD0EA
RGB
CMYK
RGB Variations
Color information
#DDD0EA (or 0xDDD0EA) is known color: Fog. HEX triplet: DD, D0 and EA. RGB value is (221,208,234). Sum of RGB (Red+Green+Blue) = 221+208+234=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 208 (81.64% from 255 or 31.37% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDD0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD0EA is #222F15. Grayscale: #D6D6D6. Windows color (decimal): -2240278 or 15388893. OLE color: 15388893.
HSL color Cylindrical-coordinate representation of color #DDD0EA: hue angle of 270º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDD0EA is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 208 | 234 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.08 |
| HSL | 270º | 0.38% | 0.87% | - |
| HSV(B) | 270º | 0.11% | 0.92% | - |
| XYZ | 67.23 | 66.42 | 87.12 | - |
| YUV | 214.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 234 | 0.06 | 0.11 | 0 | 0.08 | 270 | 0.38 | 0.87 |
| Hex | DD | D0 | EA | 6 | B | 0 | 8 | 10E | 26 | 57 |
| Octal | 335 | 320 | 352 | 6 | 13 | 0 | 10 | 416 | 46 | 127 |
| Binary | 11011101 | 11010000 | 11101010 | 110 | 1011 | 0 | 1000 | 100001110 | 100110 | 1010111 |
Color Harmonies of #DDD0EA
Complementary color
Monochromatic Colors of #DDD0EA
Black with #DDD0EA
Text Example
Text Example
White with #DDD0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0EA; }
p { color: rgb(221,208,234); }
H1.HeaderClassName
{
color: #DDD0EA;
}
.AnyTagClassName
{
color: #DDD0EA;
}
</style>
background-color css
<style>
a { background-color: #DDD0EA; }
a { background-color: rgb(221,208,234); }
div.DivClassName
{
background-color: #DDD0EA;
}
.BgClassName
{
background-color: #DDD0EA;
}
</style>
border-color css
<style>
span { border-color: #DDD0EA; }
span { border-color: rgb(221,208,234); }
td.TdClassName
{
border-color: #DDD0EA;
}
.TagClassName
{
border-color: #DDD0EA;
}
</style>