Shades of Aqua Squeeze #DDE6DD
Tints of Aqua Squeeze #DDE6DD
RGB
CMYK
RGB Variations
Color information
#DDE6DD (or 0xDDE6DD) is known color: Aqua Squeeze. HEX triplet: DD, E6 and DD. RGB value is (221,230,221). Sum of RGB (Red+Green+Blue) = 221+230+221=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 230 (90.23% from 255 or 34.23% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE6DD is #221922. Grayscale: #E2E2E2. Windows color (decimal): -2234659 or 14542557. OLE color: 14542557.
HSL color Cylindrical-coordinate representation of color #DDE6DD: hue angle of 120º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDE6DD is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 221 | 230 | 221 | - |
CMYK | 0.04 | 0 | 0.04 | 0.10 |
HSL | 120º | 0.15% | 0.88% | - |
HSV(B) | 120º | 0.04% | 0.9% | - |
XYZ | 71.17 | 77.19 | 79.55 | - |
YUV | 226.28 | 125.02 | 124.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 230 | 221 | 0.04 | 0 | 0.04 | 0.10 | 120 | 0.15 | 0.88 |
Hex | DD | E6 | DD | 4 | 0 | 4 | A | 78 | F | 58 |
Octal | 335 | 346 | 335 | 4 | 0 | 4 | 12 | 170 | 17 | 130 |
Binary | 11011101 | 11100110 | 11011101 | 100 | 0 | 100 | 1010 | 1111000 | 1111 | 1011000 |
Color Harmonies of #DDE6DD
Complementary color
Monochromatic Colors of #DDE6DD
Black with #DDE6DD
Text Example
Text Example
White with #DDE6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE6DD; }
p { color: rgb(221,230,221); }
H1.HeaderClassName
{
color: #DDE6DD;
}
.AnyTagClassName
{
color: #DDE6DD;
}
</style>
background-color css
<style>
a { background-color: #DDE6DD; }
a { background-color: rgb(221,230,221); }
div.DivClassName
{
background-color: #DDE6DD;
}
.BgClassName
{
background-color: #DDE6DD;
}
</style>
border-color css
<style>
span { border-color: #DDE6DD; }
span { border-color: rgb(221,230,221); }
td.TdClassName
{
border-color: #DDE6DD;
}
.TagClassName
{
border-color: #DDE6DD;
}
</style>