Shades of Aqua Squeeze #DBE3DB
Tints of Aqua Squeeze #DBE3DB
RGB
CMYK
RGB Variations
Color information
#DBE3DB (or 0xDBE3DB) is known color: Aqua Squeeze. HEX triplet: DB, E3 and DB. RGB value is (219,227,219). Sum of RGB (Red+Green+Blue) = 219+227+219=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 227 (89.06% from 255 or 34.14% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE3DB is #241C24. Grayscale: #DFDFDF. Windows color (decimal): -2366501 or 14410715. OLE color: 14410715.
HSL color Cylindrical-coordinate representation of color #DBE3DB: hue angle of 120º 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 #DBE3DB is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 227 | 219 | - |
CMYK | 0.04 | 0 | 0.04 | 0.11 |
HSL | 120º | 0.13% | 0.87% | - |
HSV(B) | 120º | 0.04% | 0.89% | - |
XYZ | 69.47 | 75.11 | 77.85 | - |
YUV | 223.7 | 125.35 | 124.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 227 | 219 | 0.04 | 0 | 0.04 | 0.11 | 120 | 0.13 | 0.87 |
Hex | DB | E3 | DB | 4 | 0 | 4 | B | 78 | C | 57 |
Octal | 333 | 343 | 333 | 4 | 0 | 4 | 13 | 170 | 14 | 127 |
Binary | 11011011 | 11100011 | 11011011 | 100 | 0 | 100 | 1011 | 1111000 | 1100 | 1010111 |
Color Harmonies of #DBE3DB
Complementary color
Monochromatic Colors of #DBE3DB
Black with #DBE3DB
Text Example
Text Example
White with #DBE3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE3DB; }
p { color: rgb(219,227,219); }
H1.HeaderClassName
{
color: #DBE3DB;
}
.AnyTagClassName
{
color: #DBE3DB;
}
</style>
background-color css
<style>
a { background-color: #DBE3DB; }
a { background-color: rgb(219,227,219); }
div.DivClassName
{
background-color: #DBE3DB;
}
.BgClassName
{
background-color: #DBE3DB;
}
</style>
border-color css
<style>
span { border-color: #DBE3DB; }
span { border-color: rgb(219,227,219); }
td.TdClassName
{
border-color: #DBE3DB;
}
.TagClassName
{
border-color: #DBE3DB;
}
</style>