Shades of Aqua Squeeze #DDE7DD
Tints of Aqua Squeeze #DDE7DD
RGB
CMYK
RGB Variations
Color information
#DDE7DD (or 0xDDE7DD) is known color: Aqua Squeeze. HEX triplet: DD, E7 and DD. RGB value is (221,231,221). Sum of RGB (Red+Green+Blue) = 221+231+221=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 231 (90.62% from 255 or 34.32% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE7DD is #221822. Grayscale: #E2E2E2. Windows color (decimal): -2234403 or 14542813. OLE color: 14542813.
HSL color Cylindrical-coordinate representation of color #DDE7DD: hue angle of 120º degrees, saturation: 0.17, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDE7DD is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 231 | 221 | - |
CMYK | 0.04 | 0 | 0.04 | 0.09 |
HSL | 120º | 0.17% | 0.89% | - |
HSV(B) | 120º | 0.04% | 0.91% | - |
XYZ | 71.45 | 77.74 | 79.65 | - |
YUV | 226.87 | 124.69 | 123.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 231 | 221 | 0.04 | 0 | 0.04 | 0.09 | 120 | 0.17 | 0.89 |
Hex | DD | E7 | DD | 4 | 0 | 4 | 9 | 78 | 11 | 59 |
Octal | 335 | 347 | 335 | 4 | 0 | 4 | 11 | 170 | 21 | 131 |
Binary | 11011101 | 11100111 | 11011101 | 100 | 0 | 100 | 1001 | 1111000 | 10001 | 1011001 |
Color Harmonies of #DDE7DD
Complementary color
Monochromatic Colors of #DDE7DD
Black with #DDE7DD
Text Example
Text Example
White with #DDE7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE7DD; }
p { color: rgb(221,231,221); }
H1.HeaderClassName
{
color: #DDE7DD;
}
.AnyTagClassName
{
color: #DDE7DD;
}
</style>
background-color css
<style>
a { background-color: #DDE7DD; }
a { background-color: rgb(221,231,221); }
div.DivClassName
{
background-color: #DDE7DD;
}
.BgClassName
{
background-color: #DDE7DD;
}
</style>
border-color css
<style>
span { border-color: #DDE7DD; }
span { border-color: rgb(221,231,221); }
td.TdClassName
{
border-color: #DDE7DD;
}
.TagClassName
{
border-color: #DDE7DD;
}
</style>