Shades of Aqua Squeeze #DBE3DC
Tints of Aqua Squeeze #DBE3DC
RGB
CMYK
RGB Variations
Color information
#DBE3DC (or 0xDBE3DC) is known color: Aqua Squeeze. HEX triplet: DB, E3 and DC. RGB value is (219,227,220). Sum of RGB (Red+Green+Blue) = 219+227+220=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 227 (89.06% from 255 or 34.08% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE3DC is #241C23. Grayscale: #DFDFDF. Windows color (decimal): -2366500 or 14476251. OLE color: 14476251.
HSL color Cylindrical-coordinate representation of color #DBE3DC: hue angle of 127.5º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBE3DC is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 220 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.11 |
| HSL | 127.5º | 0.13% | 0.87% | - |
| HSV(B) | 127.5º | 0.04% | 0.89% | - |
| XYZ | 69.6 | 75.17 | 78.55 | - |
| YUV | 223.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 220 | 0.04 | 0 | 0.03 | 0.11 | 127.5 | 0.13 | 0.87 |
| Hex | DB | E3 | DC | 4 | 0 | 3 | B | 80 | C | 57 |
| Octal | 333 | 343 | 334 | 4 | 0 | 3 | 13 | 200 | 14 | 127 |
| Binary | 11011011 | 11100011 | 11011100 | 100 | 0 | 11 | 1011 | 10000000 | 1100 | 1010111 |
Color Harmonies of #DBE3DC
Complementary color
Monochromatic Colors of #DBE3DC
Black with #DBE3DC
Text Example
Text Example
White with #DBE3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE3DC; }
p { color: rgb(219,227,220); }
H1.HeaderClassName
{
color: #DBE3DC;
}
.AnyTagClassName
{
color: #DBE3DC;
}
</style>
background-color css
<style>
a { background-color: #DBE3DC; }
a { background-color: rgb(219,227,220); }
div.DivClassName
{
background-color: #DBE3DC;
}
.BgClassName
{
background-color: #DBE3DC;
}
</style>
border-color css
<style>
span { border-color: #DBE3DC; }
span { border-color: rgb(219,227,220); }
td.TdClassName
{
border-color: #DBE3DC;
}
.TagClassName
{
border-color: #DBE3DC;
}
</style>