Shades of Aqua Squeeze #DBE0DB
Tints of Aqua Squeeze #DBE0DB
RGB
CMYK
RGB Variations
Color information
#DBE0DB (or 0xDBE0DB) is known color: Aqua Squeeze. HEX triplet: DB, E0 and DB. RGB value is (219,224,219). Sum of RGB (Red+Green+Blue) = 219+224+219=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 224 (87.89% from 255 or 33.84% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE0DB is #241F24. Grayscale: #DDDDDD. Windows color (decimal): -2367269 or 14409947. OLE color: 14409947.
HSL color Cylindrical-coordinate representation of color #DBE0DB: hue angle of 120º degrees, saturation: 0.07, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DBE0DB is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
RGB | 219 | 224 | 219 | - |
CMYK | 0.02 | 0 | 0.02 | 0.12 |
HSL | 120º | 0.07% | 0.87% | - |
HSV(B) | 120º | 0.02% | 0.88% | - |
XYZ | 68.66 | 73.49 | 77.58 | - |
YUV | 221.94 | 126.34 | 125.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 224 | 219 | 0.02 | 0 | 0.02 | 0.12 | 120 | 0.07 | 0.87 |
Hex | DB | E0 | DB | 2 | 0 | 2 | C | 78 | 7 | 57 |
Octal | 333 | 340 | 333 | 2 | 0 | 2 | 14 | 170 | 7 | 127 |
Binary | 11011011 | 11100000 | 11011011 | 10 | 0 | 10 | 1100 | 1111000 | 111 | 1010111 |
Color Harmonies of #DBE0DB
Complementary color
Monochromatic Colors of #DBE0DB
Black with #DBE0DB
Text Example
Text Example
White with #DBE0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE0DB; }
p { color: rgb(219,224,219); }
H1.HeaderClassName
{
color: #DBE0DB;
}
.AnyTagClassName
{
color: #DBE0DB;
}
</style>
background-color css
<style>
a { background-color: #DBE0DB; }
a { background-color: rgb(219,224,219); }
div.DivClassName
{
background-color: #DBE0DB;
}
.BgClassName
{
background-color: #DBE0DB;
}
</style>
border-color css
<style>
span { border-color: #DBE0DB; }
span { border-color: rgb(219,224,219); }
td.TdClassName
{
border-color: #DBE0DB;
}
.TagClassName
{
border-color: #DBE0DB;
}
</style>