Shades of Aqua Squeeze #DCE2DC
Tints of Aqua Squeeze #DCE2DC
RGB
CMYK
RGB Variations
Color information
#DCE2DC (or 0xDCE2DC) is known color: Aqua Squeeze. HEX triplet: DC, E2 and DC. RGB value is (220,226,220). Sum of RGB (Red+Green+Blue) = 220+226+220=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 226 (88.67% from 255 or 33.93% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE2DC is #231D23. Grayscale: #DFDFDF. Windows color (decimal): -2301220 or 14475996. OLE color: 14475996.
HSL color Cylindrical-coordinate representation of color #DCE2DC: hue angle of 120º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DCE2DC is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 220 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.11 |
| HSL | 120º | 0.09% | 0.87% | - |
| HSV(B) | 120º | 0.03% | 0.89% | - |
| XYZ | 69.63 | 74.78 | 78.47 | - |
| YUV | 223.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 220 | 0.03 | 0 | 0.03 | 0.11 | 120 | 0.09 | 0.87 |
| Hex | DC | E2 | DC | 3 | 0 | 3 | B | 78 | 9 | 57 |
| Octal | 334 | 342 | 334 | 3 | 0 | 3 | 13 | 170 | 11 | 127 |
| Binary | 11011100 | 11100010 | 11011100 | 11 | 0 | 11 | 1011 | 1111000 | 1001 | 1010111 |
Color Harmonies of #DCE2DC
Complementary color
Monochromatic Colors of #DCE2DC
Black with #DCE2DC
Text Example
Text Example
White with #DCE2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE2DC; }
p { color: rgb(220,226,220); }
H1.HeaderClassName
{
color: #DCE2DC;
}
.AnyTagClassName
{
color: #DCE2DC;
}
</style>
background-color css
<style>
a { background-color: #DCE2DC; }
a { background-color: rgb(220,226,220); }
div.DivClassName
{
background-color: #DCE2DC;
}
.BgClassName
{
background-color: #DCE2DC;
}
</style>
border-color css
<style>
span { border-color: #DCE2DC; }
span { border-color: rgb(220,226,220); }
td.TdClassName
{
border-color: #DCE2DC;
}
.TagClassName
{
border-color: #DCE2DC;
}
</style>