Shades of Fog #DDD2EB
Tints of Fog #DDD2EB
RGB
CMYK
RGB Variations
Color information
#DDD2EB (or 0xDDD2EB) is known color: Fog. HEX triplet: DD, D2 and EB. RGB value is (221,210,235). Sum of RGB (Red+Green+Blue) = 221+210+235=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDD2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD2EB is #222D14. Grayscale: #D8D8D8. Windows color (decimal): -2239765 or 15454941. OLE color: 15454941.
HSL color Cylindrical-coordinate representation of color #DDD2EB: hue angle of 266.4º 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 #DDD2EB is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 210 | 235 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.08 |
| HSL | 266.4º | 0.38% | 0.87% | - |
| HSV(B) | 266.4º | 0.11% | 0.92% | - |
| XYZ | 67.86 | 67.46 | 88.04 | - |
| YUV | 216.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 235 | 0.06 | 0.11 | 0 | 0.08 | 266.4 | 0.38 | 0.87 |
| Hex | DD | D2 | EB | 6 | B | 0 | 8 | 10A | 26 | 57 |
| Octal | 335 | 322 | 353 | 6 | 13 | 0 | 10 | 412 | 46 | 127 |
| Binary | 11011101 | 11010010 | 11101011 | 110 | 1011 | 0 | 1000 | 100001010 | 100110 | 1010111 |
Color Harmonies of #DDD2EB
Complementary color
Monochromatic Colors of #DDD2EB
Black with #DDD2EB
Text Example
Text Example
White with #DDD2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD2EB; }
p { color: rgb(221,210,235); }
H1.HeaderClassName
{
color: #DDD2EB;
}
.AnyTagClassName
{
color: #DDD2EB;
}
</style>
background-color css
<style>
a { background-color: #DDD2EB; }
a { background-color: rgb(221,210,235); }
div.DivClassName
{
background-color: #DDD2EB;
}
.BgClassName
{
background-color: #DDD2EB;
}
</style>
border-color css
<style>
span { border-color: #DDD2EB; }
span { border-color: rgb(221,210,235); }
td.TdClassName
{
border-color: #DDD2EB;
}
.TagClassName
{
border-color: #DDD2EB;
}
</style>