Shades of Aqua Squeeze #DCE7DD
Tints of Aqua Squeeze #DCE7DD
RGB
CMYK
RGB Variations
Color information
#DCE7DD (or 0xDCE7DD) is known color: Aqua Squeeze. HEX triplet: DC, E7 and DD. RGB value is (220,231,221). Sum of RGB (Red+Green+Blue) = 220+231+221=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 231 (90.62% from 255 or 34.38% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE7DD is #231822. Grayscale: #E2E2E2. Windows color (decimal): -2299939 or 14542812. OLE color: 14542812.
HSL color Cylindrical-coordinate representation of color #DCE7DD: hue angle of 125.45º 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 #DCE7DD is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 220 | 231 | 221 | - |
CMYK | 0.05 | 0 | 0.04 | 0.09 |
HSL | 125.45º | 0.19% | 0.88% | - |
HSV(B) | 125.45º | 0.05% | 0.91% | - |
XYZ | 71.14 | 77.59 | 79.63 | - |
YUV | 226.57 | 124.86 | 123.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 231 | 221 | 0.05 | 0 | 0.04 | 0.09 | 125.45 | 0.19 | 0.88 |
Hex | DC | E7 | DD | 5 | 0 | 4 | 9 | 7D | 13 | 58 |
Octal | 334 | 347 | 335 | 5 | 0 | 4 | 11 | 175 | 23 | 130 |
Binary | 11011100 | 11100111 | 11011101 | 101 | 0 | 100 | 1001 | 1111101 | 10011 | 1011000 |
Color Harmonies of #DCE7DD
Complementary color
Monochromatic Colors of #DCE7DD
Black with #DCE7DD
Text Example
Text Example
White with #DCE7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE7DD; }
p { color: rgb(220,231,221); }
H1.HeaderClassName
{
color: #DCE7DD;
}
.AnyTagClassName
{
color: #DCE7DD;
}
</style>
background-color css
<style>
a { background-color: #DCE7DD; }
a { background-color: rgb(220,231,221); }
div.DivClassName
{
background-color: #DCE7DD;
}
.BgClassName
{
background-color: #DCE7DD;
}
</style>
border-color css
<style>
span { border-color: #DCE7DD; }
span { border-color: rgb(220,231,221); }
td.TdClassName
{
border-color: #DCE7DD;
}
.TagClassName
{
border-color: #DCE7DD;
}
</style>