Shades of Aqua Squeeze #DCE3DD
Tints of Aqua Squeeze #DCE3DD
RGB
CMYK
RGB Variations
Color information
#DCE3DD (or 0xDCE3DD) is known color: Aqua Squeeze. HEX triplet: DC, E3 and DD. RGB value is (220,227,221). Sum of RGB (Red+Green+Blue) = 220+227+221=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 227 (89.06% from 255 or 33.98% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE3DD is #231C22. Grayscale: #E0E0E0. Windows color (decimal): -2300963 or 14541788. OLE color: 14541788.
HSL color Cylindrical-coordinate representation of color #DCE3DD: hue angle of 128.57º degrees, saturation: 0.11, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DCE3DD is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 221 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.11 |
| HSL | 128.57º | 0.11% | 0.88% | - |
| HSV(B) | 128.57º | 0.03% | 0.89% | - |
| XYZ | 70.04 | 75.37 | 79.26 | - |
| YUV | 224.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 221 | 0.03 | 0 | 0.03 | 0.11 | 128.57 | 0.11 | 0.88 |
| Hex | DC | E3 | DD | 3 | 0 | 3 | B | 81 | B | 58 |
| Octal | 334 | 343 | 335 | 3 | 0 | 3 | 13 | 201 | 13 | 130 |
| Binary | 11011100 | 11100011 | 11011101 | 11 | 0 | 11 | 1011 | 10000001 | 1011 | 1011000 |
Color Harmonies of #DCE3DD
Complementary color
Monochromatic Colors of #DCE3DD
Black with #DCE3DD
Text Example
Text Example
White with #DCE3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE3DD; }
p { color: rgb(220,227,221); }
H1.HeaderClassName
{
color: #DCE3DD;
}
.AnyTagClassName
{
color: #DCE3DD;
}
</style>
background-color css
<style>
a { background-color: #DCE3DD; }
a { background-color: rgb(220,227,221); }
div.DivClassName
{
background-color: #DCE3DD;
}
.BgClassName
{
background-color: #DCE3DD;
}
</style>
border-color css
<style>
span { border-color: #DCE3DD; }
span { border-color: rgb(220,227,221); }
td.TdClassName
{
border-color: #DCE3DD;
}
.TagClassName
{
border-color: #DCE3DD;
}
</style>