Shades of Aqua Squeeze #DDEADE
Tints of Aqua Squeeze #DDEADE
RGB
CMYK
RGB Variations
Color information
#DDEADE (or 0xDDEADE) is known color: Aqua Squeeze. HEX triplet: DD, EA and DE. RGB value is (221,234,222). Sum of RGB (Red+Green+Blue) = 221+234+222=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 234 (91.80% from 255 or 34.56% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEADE is #221521. Grayscale: #E4E4E4. Windows color (decimal): -2233634 or 14609117. OLE color: 14609117.
HSL color Cylindrical-coordinate representation of color #DDEADE: hue angle of 124.62º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDEADE is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 222 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.08 |
| HSL | 124.62º | 0.24% | 0.89% | - |
| HSV(B) | 124.62º | 0.06% | 0.92% | - |
| XYZ | 72.43 | 79.49 | 80.63 | - |
| YUV | 228.75 | 124.19 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 222 | 0.06 | 0 | 0.05 | 0.08 | 124.62 | 0.24 | 0.89 |
| Hex | DD | EA | DE | 6 | 0 | 5 | 8 | 7D | 18 | 59 |
| Octal | 335 | 352 | 336 | 6 | 0 | 5 | 10 | 175 | 30 | 131 |
| Binary | 11011101 | 11101010 | 11011110 | 110 | 0 | 101 | 1000 | 1111101 | 11000 | 1011001 |
Color Harmonies of #DDEADE
Complementary color
Monochromatic Colors of #DDEADE
Black with #DDEADE
Text Example
Text Example
White with #DDEADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEADE; }
p { color: rgb(221,234,222); }
H1.HeaderClassName
{
color: #DDEADE;
}
.AnyTagClassName
{
color: #DDEADE;
}
</style>
background-color css
<style>
a { background-color: #DDEADE; }
a { background-color: rgb(221,234,222); }
div.DivClassName
{
background-color: #DDEADE;
}
.BgClassName
{
background-color: #DDEADE;
}
</style>
border-color css
<style>
span { border-color: #DDEADE; }
span { border-color: rgb(221,234,222); }
td.TdClassName
{
border-color: #DDEADE;
}
.TagClassName
{
border-color: #DDEADE;
}
</style>