Shades of Fog #DDD2EA
Tints of Fog #DDD2EA
RGB
CMYK
RGB Variations
Color information
#DDD2EA (or 0xDDD2EA) is known color: Fog. HEX triplet: DD, D2 and EA. RGB value is (221,210,234). Sum of RGB (Red+Green+Blue) = 221+210+234=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 210 (82.42% from 255 or 31.58% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDD2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD2EA is #222D15. Grayscale: #D7D7D7. Windows color (decimal): -2239766 or 15389405. OLE color: 15389405.
HSL color Cylindrical-coordinate representation of color #DDD2EA: hue angle of 267.5º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD2EA is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 210 | 234 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.08 |
| HSL | 267.5º | 0.36% | 0.87% | - |
| HSV(B) | 267.5º | 0.1% | 0.92% | - |
| XYZ | 67.72 | 67.41 | 87.28 | - |
| YUV | 216.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 234 | 0.06 | 0.10 | 0 | 0.08 | 267.5 | 0.36 | 0.87 |
| Hex | DD | D2 | EA | 6 | A | 0 | 8 | 10C | 24 | 57 |
| Octal | 335 | 322 | 352 | 6 | 12 | 0 | 10 | 414 | 44 | 127 |
| Binary | 11011101 | 11010010 | 11101010 | 110 | 1010 | 0 | 1000 | 100001100 | 100100 | 1010111 |
Color Harmonies of #DDD2EA
Complementary color
Monochromatic Colors of #DDD2EA
Black with #DDD2EA
Text Example
Text Example
White with #DDD2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD2EA; }
p { color: rgb(221,210,234); }
H1.HeaderClassName
{
color: #DDD2EA;
}
.AnyTagClassName
{
color: #DDD2EA;
}
</style>
background-color css
<style>
a { background-color: #DDD2EA; }
a { background-color: rgb(221,210,234); }
div.DivClassName
{
background-color: #DDD2EA;
}
.BgClassName
{
background-color: #DDD2EA;
}
</style>
border-color css
<style>
span { border-color: #DDD2EA; }
span { border-color: rgb(221,210,234); }
td.TdClassName
{
border-color: #DDD2EA;
}
.TagClassName
{
border-color: #DDD2EA;
}
</style>