Shades of Aqua Squeeze #DBE7DC
Tints of Aqua Squeeze #DBE7DC
RGB
CMYK
RGB Variations
Color information
#DBE7DC (or 0xDBE7DC) is known color: Aqua Squeeze. HEX triplet: DB, E7 and DC. RGB value is (219,231,220). Sum of RGB (Red+Green+Blue) = 219+231+220=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 231 (90.62% from 255 or 34.48% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE7DC is #241823. Grayscale: #E2E2E2. Windows color (decimal): -2365476 or 14477275. OLE color: 14477275.
HSL color Cylindrical-coordinate representation of color #DBE7DC: hue angle of 125º degrees, saturation: 0.2, 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 #DBE7DC is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 220 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.09 |
| HSL | 125º | 0.2% | 0.88% | - |
| HSV(B) | 125º | 0.05% | 0.91% | - |
| XYZ | 70.71 | 77.38 | 78.92 | - |
| YUV | 226.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 220 | 0.05 | 0 | 0.05 | 0.09 | 125 | 0.2 | 0.88 |
| Hex | DB | E7 | DC | 5 | 0 | 5 | 9 | 7D | 14 | 58 |
| Octal | 333 | 347 | 334 | 5 | 0 | 5 | 11 | 175 | 24 | 130 |
| Binary | 11011011 | 11100111 | 11011100 | 101 | 0 | 101 | 1001 | 1111101 | 10100 | 1011000 |
Color Harmonies of #DBE7DC
Complementary color
Monochromatic Colors of #DBE7DC
Black with #DBE7DC
Text Example
Text Example
White with #DBE7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE7DC; }
p { color: rgb(219,231,220); }
H1.HeaderClassName
{
color: #DBE7DC;
}
.AnyTagClassName
{
color: #DBE7DC;
}
</style>
background-color css
<style>
a { background-color: #DBE7DC; }
a { background-color: rgb(219,231,220); }
div.DivClassName
{
background-color: #DBE7DC;
}
.BgClassName
{
background-color: #DBE7DC;
}
</style>
border-color css
<style>
span { border-color: #DBE7DC; }
span { border-color: rgb(219,231,220); }
td.TdClassName
{
border-color: #DBE7DC;
}
.TagClassName
{
border-color: #DBE7DC;
}
</style>