Shades of Aqua Squeeze #DCE5DD
Tints of Aqua Squeeze #DCE5DD
RGB
CMYK
RGB Variations
Color information
#DCE5DD (or 0xDCE5DD) is known color: Aqua Squeeze. HEX triplet: DC, E5 and DD. RGB value is (220,229,221). Sum of RGB (Red+Green+Blue) = 220+229+221=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE5DD is #231A22. Grayscale: #E1E1E1. Windows color (decimal): -2300451 or 14542300. OLE color: 14542300.
HSL color Cylindrical-coordinate representation of color #DCE5DD: hue angle of 126.67º 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 #DCE5DD is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 221 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.10 |
| HSL | 126.67º | 0.15% | 0.88% | - |
| HSV(B) | 126.67º | 0.04% | 0.9% | - |
| XYZ | 70.59 | 76.47 | 79.45 | - |
| YUV | 225.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 221 | 0.04 | 0 | 0.03 | 0.10 | 126.67 | 0.15 | 0.88 |
| Hex | DC | E5 | DD | 4 | 0 | 3 | A | 7F | F | 58 |
| Octal | 334 | 345 | 335 | 4 | 0 | 3 | 12 | 177 | 17 | 130 |
| Binary | 11011100 | 11100101 | 11011101 | 100 | 0 | 11 | 1010 | 1111111 | 1111 | 1011000 |
Color Harmonies of #DCE5DD
Complementary color
Monochromatic Colors of #DCE5DD
Black with #DCE5DD
Text Example
Text Example
White with #DCE5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE5DD; }
p { color: rgb(220,229,221); }
H1.HeaderClassName
{
color: #DCE5DD;
}
.AnyTagClassName
{
color: #DCE5DD;
}
</style>
background-color css
<style>
a { background-color: #DCE5DD; }
a { background-color: rgb(220,229,221); }
div.DivClassName
{
background-color: #DCE5DD;
}
.BgClassName
{
background-color: #DCE5DD;
}
</style>
border-color css
<style>
span { border-color: #DCE5DD; }
span { border-color: rgb(220,229,221); }
td.TdClassName
{
border-color: #DCE5DD;
}
.TagClassName
{
border-color: #DCE5DD;
}
</style>