Shades of Aqua Squeeze #DDE0DD
Tints of Aqua Squeeze #DDE0DD
RGB
CMYK
RGB Variations
Color information
#DDE0DD (or 0xDDE0DD) is known color: Aqua Squeeze. HEX triplet: DD, E0 and DD. RGB value is (221,224,221). Sum of RGB (Red+Green+Blue) = 221+224+221=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0DD is #221F22. Grayscale: #DEDEDE. Windows color (decimal): -2236195 or 14541021. OLE color: 14541021.
HSL color Cylindrical-coordinate representation of color #DDE0DD: hue angle of 120º degrees, saturation: 0.05, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DDE0DD is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
RGB | 221 | 224 | 221 | - |
CMYK | 0.01 | 0 | 0.01 | 0.12 |
HSL | 120º | 0.05% | 0.87% | - |
HSV(B) | 120º | 0.01% | 0.88% | - |
XYZ | 69.53 | 73.9 | 79.01 | - |
YUV | 222.76 | 127.01 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 224 | 221 | 0.01 | 0 | 0.01 | 0.12 | 120 | 0.05 | 0.87 |
Hex | DD | E0 | DD | 1 | 0 | 1 | C | 78 | 5 | 57 |
Octal | 335 | 340 | 335 | 1 | 0 | 1 | 14 | 170 | 5 | 127 |
Binary | 11011101 | 11100000 | 11011101 | 1 | 0 | 1 | 1100 | 1111000 | 101 | 1010111 |
Color Harmonies of #DDE0DD
Complementary color
Monochromatic Colors of #DDE0DD
Black with #DDE0DD
Text Example
Text Example
White with #DDE0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE0DD; }
p { color: rgb(221,224,221); }
H1.HeaderClassName
{
color: #DDE0DD;
}
.AnyTagClassName
{
color: #DDE0DD;
}
</style>
background-color css
<style>
a { background-color: #DDE0DD; }
a { background-color: rgb(221,224,221); }
div.DivClassName
{
background-color: #DDE0DD;
}
.BgClassName
{
background-color: #DDE0DD;
}
</style>
border-color css
<style>
span { border-color: #DDE0DD; }
span { border-color: rgb(221,224,221); }
td.TdClassName
{
border-color: #DDE0DD;
}
.TagClassName
{
border-color: #DDE0DD;
}
</style>