Shades of Aqua Squeeze #DDECDE
Tints of Aqua Squeeze #DDECDE
RGB
CMYK
RGB Variations
Color information
#DDECDE (or 0xDDECDE) is known color: Aqua Squeeze. HEX triplet: DD, EC and DE. RGB value is (221,236,222). Sum of RGB (Red+Green+Blue) = 221+236+222=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 236 (92.58% from 255 or 34.76% from 679); Blue value is 222 (87.11% from 255 or 32.70% from 679); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECDE is #221321. Grayscale: #E5E5E5. Windows color (decimal): -2233122 or 14609629. OLE color: 14609629.
HSL color Cylindrical-coordinate representation of color #DDECDE: hue angle of 124º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDECDE is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 222 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.07 |
| HSL | 124º | 0.28% | 0.9% | - |
| HSV(B) | 124º | 0.06% | 0.93% | - |
| XYZ | 73 | 80.64 | 80.82 | - |
| YUV | 229.92 | 123.53 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 222 | 0.06 | 0 | 0.06 | 0.07 | 124 | 0.28 | 0.9 |
| Hex | DD | EC | DE | 6 | 0 | 6 | 7 | 7C | 1C | 5A |
| Octal | 335 | 354 | 336 | 6 | 0 | 6 | 7 | 174 | 34 | 132 |
| Binary | 11011101 | 11101100 | 11011110 | 110 | 0 | 110 | 111 | 1111100 | 11100 | 1011010 |
Color Harmonies of #DDECDE
Complementary color
Monochromatic Colors of #DDECDE
Black with #DDECDE
Text Example
Text Example
White with #DDECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECDE; }
p { color: rgb(221,236,222); }
H1.HeaderClassName
{
color: #DDECDE;
}
.AnyTagClassName
{
color: #DDECDE;
}
</style>
background-color css
<style>
a { background-color: #DDECDE; }
a { background-color: rgb(221,236,222); }
div.DivClassName
{
background-color: #DDECDE;
}
.BgClassName
{
background-color: #DDECDE;
}
</style>
border-color css
<style>
span { border-color: #DDECDE; }
span { border-color: rgb(221,236,222); }
td.TdClassName
{
border-color: #DDECDE;
}
.TagClassName
{
border-color: #DDECDE;
}
</style>