Shades of Aqua Squeeze #DCE7DC
Tints of Aqua Squeeze #DCE7DC
RGB
CMYK
RGB Variations
Color information
#DCE7DC (or 0xDCE7DC) is known color: Aqua Squeeze. HEX triplet: DC, E7 and DC. RGB value is (220,231,220). Sum of RGB (Red+Green+Blue) = 220+231+220=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 231 (90.62% from 255 or 34.43% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE7DC is #231823. Grayscale: #E2E2E2. Windows color (decimal): -2299940 or 14477276. OLE color: 14477276.
HSL color Cylindrical-coordinate representation of color #DCE7DC: hue angle of 120º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCE7DC is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 220 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.09 |
| HSL | 120º | 0.19% | 0.88% | - |
| HSV(B) | 120º | 0.05% | 0.91% | - |
| XYZ | 71.01 | 77.53 | 78.93 | - |
| YUV | 226.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 220 | 0.05 | 0 | 0.05 | 0.09 | 120 | 0.19 | 0.88 |
| Hex | DC | E7 | DC | 5 | 0 | 5 | 9 | 78 | 13 | 58 |
| Octal | 334 | 347 | 334 | 5 | 0 | 5 | 11 | 170 | 23 | 130 |
| Binary | 11011100 | 11100111 | 11011100 | 101 | 0 | 101 | 1001 | 1111000 | 10011 | 1011000 |
Color Harmonies of #DCE7DC
Complementary color
Monochromatic Colors of #DCE7DC
Black with #DCE7DC
Text Example
Text Example
White with #DCE7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE7DC; }
p { color: rgb(220,231,220); }
H1.HeaderClassName
{
color: #DCE7DC;
}
.AnyTagClassName
{
color: #DCE7DC;
}
</style>
background-color css
<style>
a { background-color: #DCE7DC; }
a { background-color: rgb(220,231,220); }
div.DivClassName
{
background-color: #DCE7DC;
}
.BgClassName
{
background-color: #DCE7DC;
}
</style>
border-color css
<style>
span { border-color: #DCE7DC; }
span { border-color: rgb(220,231,220); }
td.TdClassName
{
border-color: #DCE7DC;
}
.TagClassName
{
border-color: #DCE7DC;
}
</style>