Shades of Aqua Squeeze #DBE5DB
Tints of Aqua Squeeze #DBE5DB
RGB
CMYK
RGB Variations
Color information
#DBE5DB (or 0xDBE5DB) is known color: Aqua Squeeze. HEX triplet: DB, E5 and DB. RGB value is (219,229,219). Sum of RGB (Red+Green+Blue) = 219+229+219=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 229 (89.84% from 255 or 34.33% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE5DB is #241A24. Grayscale: #E0E0E0. Windows color (decimal): -2365989 or 14411227. OLE color: 14411227.
HSL color Cylindrical-coordinate representation of color #DBE5DB: hue angle of 120º degrees, saturation: 0.16, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBE5DB is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 219 | 229 | 219 | - |
CMYK | 0.04 | 0 | 0.04 | 0.10 |
HSL | 120º | 0.16% | 0.88% | - |
HSV(B) | 120º | 0.04% | 0.9% | - |
XYZ | 70.02 | 76.21 | 78.04 | - |
YUV | 224.87 | 124.69 | 123.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 229 | 219 | 0.04 | 0 | 0.04 | 0.10 | 120 | 0.16 | 0.88 |
Hex | DB | E5 | DB | 4 | 0 | 4 | A | 78 | 10 | 58 |
Octal | 333 | 345 | 333 | 4 | 0 | 4 | 12 | 170 | 20 | 130 |
Binary | 11011011 | 11100101 | 11011011 | 100 | 0 | 100 | 1010 | 1111000 | 10000 | 1011000 |
Color Harmonies of #DBE5DB
Complementary color
Monochromatic Colors of #DBE5DB
Black with #DBE5DB
Text Example
Text Example
White with #DBE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE5DB; }
p { color: rgb(219,229,219); }
H1.HeaderClassName
{
color: #DBE5DB;
}
.AnyTagClassName
{
color: #DBE5DB;
}
</style>
background-color css
<style>
a { background-color: #DBE5DB; }
a { background-color: rgb(219,229,219); }
div.DivClassName
{
background-color: #DBE5DB;
}
.BgClassName
{
background-color: #DBE5DB;
}
</style>
border-color css
<style>
span { border-color: #DBE5DB; }
span { border-color: rgb(219,229,219); }
td.TdClassName
{
border-color: #DBE5DB;
}
.TagClassName
{
border-color: #DBE5DB;
}
</style>