Shades of Aqua Squeeze #DDE1DD
Tints of Aqua Squeeze #DDE1DD
RGB
CMYK
RGB Variations
Color information
#DDE1DD (or 0xDDE1DD) is known color: Aqua Squeeze. HEX triplet: DD, E1 and DD. RGB value is (221,225,221). Sum of RGB (Red+Green+Blue) = 221+225+221=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1DD is #221E22. Grayscale: #DFDFDF. Windows color (decimal): -2235939 or 14541277. OLE color: 14541277.
HSL color Cylindrical-coordinate representation of color #DDE1DD: hue angle of 120º degrees, saturation: 0.06, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DDE1DD is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 221 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.12 |
| HSL | 120º | 0.06% | 0.87% | - |
| HSV(B) | 120º | 0.02% | 0.88% | - |
| XYZ | 69.8 | 74.44 | 79.1 | - |
| YUV | 223.35 | 126.67 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 221 | 0.02 | 0 | 0.02 | 0.12 | 120 | 0.06 | 0.87 |
| Hex | DD | E1 | DD | 2 | 0 | 2 | C | 78 | 6 | 57 |
| Octal | 335 | 341 | 335 | 2 | 0 | 2 | 14 | 170 | 6 | 127 |
| Binary | 11011101 | 11100001 | 11011101 | 10 | 0 | 10 | 1100 | 1111000 | 110 | 1010111 |
Color Harmonies of #DDE1DD
Complementary color
Monochromatic Colors of #DDE1DD
Black with #DDE1DD
Text Example
Text Example
White with #DDE1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE1DD; }
p { color: rgb(221,225,221); }
H1.HeaderClassName
{
color: #DDE1DD;
}
.AnyTagClassName
{
color: #DDE1DD;
}
</style>
background-color css
<style>
a { background-color: #DDE1DD; }
a { background-color: rgb(221,225,221); }
div.DivClassName
{
background-color: #DDE1DD;
}
.BgClassName
{
background-color: #DDE1DD;
}
</style>
border-color css
<style>
span { border-color: #DDE1DD; }
span { border-color: rgb(221,225,221); }
td.TdClassName
{
border-color: #DDE1DD;
}
.TagClassName
{
border-color: #DDE1DD;
}
</style>