Shades of Fog #DDD2EE
Tints of Fog #DDD2EE
RGB
CMYK
RGB Variations
Color information
#DDD2EE (or 0xDDD2EE) is known color: Fog. HEX triplet: DD, D2 and EE. RGB value is (221,210,238). Sum of RGB (Red+Green+Blue) = 221+210+238=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 210 (82.42% from 255 or 31.39% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDD2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD2EE is #222D11. Grayscale: #D8D8D8. Windows color (decimal): -2239762 or 15651549. OLE color: 15651549.
HSL color Cylindrical-coordinate representation of color #DDD2EE: hue angle of 263.57º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDD2EE is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 210 | 238 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.07 |
| HSL | 263.57º | 0.45% | 0.88% | - |
| HSV(B) | 263.57º | 0.12% | 0.93% | - |
| XYZ | 68.3 | 67.64 | 90.34 | - |
| YUV | 216.48 | 140.14 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 238 | 0.07 | 0.12 | 0 | 0.07 | 263.57 | 0.45 | 0.88 |
| Hex | DD | D2 | EE | 7 | C | 0 | 7 | 108 | 2D | 58 |
| Octal | 335 | 322 | 356 | 7 | 14 | 0 | 7 | 410 | 55 | 130 |
| Binary | 11011101 | 11010010 | 11101110 | 111 | 1100 | 0 | 111 | 100001000 | 101101 | 1011000 |
Color Harmonies of #DDD2EE
Complementary color
Monochromatic Colors of #DDD2EE
Black with #DDD2EE
Text Example
Text Example
White with #DDD2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD2EE; }
p { color: rgb(221,210,238); }
H1.HeaderClassName
{
color: #DDD2EE;
}
.AnyTagClassName
{
color: #DDD2EE;
}
</style>
background-color css
<style>
a { background-color: #DDD2EE; }
a { background-color: rgb(221,210,238); }
div.DivClassName
{
background-color: #DDD2EE;
}
.BgClassName
{
background-color: #DDD2EE;
}
</style>
border-color css
<style>
span { border-color: #DDD2EE; }
span { border-color: rgb(221,210,238); }
td.TdClassName
{
border-color: #DDD2EE;
}
.TagClassName
{
border-color: #DDD2EE;
}
</style>