Shades of Aqua Squeeze #DCE6DD
Tints of Aqua Squeeze #DCE6DD
RGB
CMYK
RGB Variations
Color information
#DCE6DD (or 0xDCE6DD) is known color: Aqua Squeeze. HEX triplet: DC, E6 and DD. RGB value is (220,230,221). Sum of RGB (Red+Green+Blue) = 220+230+221=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 230 (90.23% from 255 or 34.28% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE6DD is #231922. Grayscale: #E2E2E2. Windows color (decimal): -2300195 or 14542556. OLE color: 14542556.
HSL color Cylindrical-coordinate representation of color #DCE6DD: hue angle of 126º degrees, saturation: 0.17, 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 #DCE6DD is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 221 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.10 |
| HSL | 126º | 0.17% | 0.88% | - |
| HSV(B) | 126º | 0.04% | 0.9% | - |
| XYZ | 70.86 | 77.03 | 79.54 | - |
| YUV | 225.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 221 | 0.04 | 0 | 0.04 | 0.10 | 126 | 0.17 | 0.88 |
| Hex | DC | E6 | DD | 4 | 0 | 4 | A | 7E | 11 | 58 |
| Octal | 334 | 346 | 335 | 4 | 0 | 4 | 12 | 176 | 21 | 130 |
| Binary | 11011100 | 11100110 | 11011101 | 100 | 0 | 100 | 1010 | 1111110 | 10001 | 1011000 |
Color Harmonies of #DCE6DD
Complementary color
Monochromatic Colors of #DCE6DD
Black with #DCE6DD
Text Example
Text Example
White with #DCE6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE6DD; }
p { color: rgb(220,230,221); }
H1.HeaderClassName
{
color: #DCE6DD;
}
.AnyTagClassName
{
color: #DCE6DD;
}
</style>
background-color css
<style>
a { background-color: #DCE6DD; }
a { background-color: rgb(220,230,221); }
div.DivClassName
{
background-color: #DCE6DD;
}
.BgClassName
{
background-color: #DCE6DD;
}
</style>
border-color css
<style>
span { border-color: #DCE6DD; }
span { border-color: rgb(220,230,221); }
td.TdClassName
{
border-color: #DCE6DD;
}
.TagClassName
{
border-color: #DCE6DD;
}
</style>