Shades of Aqua Squeeze #DBE2DB
Tints of Aqua Squeeze #DBE2DB
RGB
CMYK
RGB Variations
Color information
#DBE2DB (or 0xDBE2DB) is known color: Aqua Squeeze. HEX triplet: DB, E2 and DB. RGB value is (219,226,219). Sum of RGB (Red+Green+Blue) = 219+226+219=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 226 (88.67% from 255 or 34.04% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE2DB is #241D24. Grayscale: #DFDFDF. Windows color (decimal): -2366757 or 14410459. OLE color: 14410459.
HSL color Cylindrical-coordinate representation of color #DBE2DB: hue angle of 120º degrees, saturation: 0.11, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBE2DB is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 226 | 219 | - |
CMYK | 0.03 | 0 | 0.03 | 0.11 |
HSL | 120º | 0.11% | 0.87% | - |
HSV(B) | 120º | 0.03% | 0.89% | - |
XYZ | 69.2 | 74.57 | 77.76 | - |
YUV | 223.11 | 125.68 | 125.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 226 | 219 | 0.03 | 0 | 0.03 | 0.11 | 120 | 0.11 | 0.87 |
Hex | DB | E2 | DB | 3 | 0 | 3 | B | 78 | B | 57 |
Octal | 333 | 342 | 333 | 3 | 0 | 3 | 13 | 170 | 13 | 127 |
Binary | 11011011 | 11100010 | 11011011 | 11 | 0 | 11 | 1011 | 1111000 | 1011 | 1010111 |
Color Harmonies of #DBE2DB
Complementary color
Monochromatic Colors of #DBE2DB
Black with #DBE2DB
Text Example
Text Example
White with #DBE2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE2DB; }
p { color: rgb(219,226,219); }
H1.HeaderClassName
{
color: #DBE2DB;
}
.AnyTagClassName
{
color: #DBE2DB;
}
</style>
background-color css
<style>
a { background-color: #DBE2DB; }
a { background-color: rgb(219,226,219); }
div.DivClassName
{
background-color: #DBE2DB;
}
.BgClassName
{
background-color: #DBE2DB;
}
</style>
border-color css
<style>
span { border-color: #DBE2DB; }
span { border-color: rgb(219,226,219); }
td.TdClassName
{
border-color: #DBE2DB;
}
.TagClassName
{
border-color: #DBE2DB;
}
</style>