Shades of Aqua Squeeze #DBE7DB
Tints of Aqua Squeeze #DBE7DB
RGB
CMYK
RGB Variations
Color information
#DBE7DB (or 0xDBE7DB) is known color: Aqua Squeeze. HEX triplet: DB, E7 and DB. RGB value is (219,231,219). Sum of RGB (Red+Green+Blue) = 219+231+219=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 231 (90.62% from 255 or 34.53% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE7DB is #241824. Grayscale: #E2E2E2. Windows color (decimal): -2365477 or 14411739. OLE color: 14411739.
HSL color Cylindrical-coordinate representation of color #DBE7DB: hue angle of 120º 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 #DBE7DB is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 231 | 219 | - |
CMYK | 0.05 | 0 | 0.05 | 0.09 |
HSL | 120º | 0.2% | 0.88% | - |
HSV(B) | 120º | 0.05% | 0.91% | - |
XYZ | 70.58 | 77.33 | 78.22 | - |
YUV | 226.04 | 124.02 | 122.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 231 | 219 | 0.05 | 0 | 0.05 | 0.09 | 120 | 0.2 | 0.88 |
Hex | DB | E7 | DB | 5 | 0 | 5 | 9 | 78 | 14 | 58 |
Octal | 333 | 347 | 333 | 5 | 0 | 5 | 11 | 170 | 24 | 130 |
Binary | 11011011 | 11100111 | 11011011 | 101 | 0 | 101 | 1001 | 1111000 | 10100 | 1011000 |
Color Harmonies of #DBE7DB
Complementary color
Monochromatic Colors of #DBE7DB
Black with #DBE7DB
Text Example
Text Example
White with #DBE7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE7DB; }
p { color: rgb(219,231,219); }
H1.HeaderClassName
{
color: #DBE7DB;
}
.AnyTagClassName
{
color: #DBE7DB;
}
</style>
background-color css
<style>
a { background-color: #DBE7DB; }
a { background-color: rgb(219,231,219); }
div.DivClassName
{
background-color: #DBE7DB;
}
.BgClassName
{
background-color: #DBE7DB;
}
</style>
border-color css
<style>
span { border-color: #DBE7DB; }
span { border-color: rgb(219,231,219); }
td.TdClassName
{
border-color: #DBE7DB;
}
.TagClassName
{
border-color: #DBE7DB;
}
</style>