Shades of Aqua Squeeze #DBE1DB
Tints of Aqua Squeeze #DBE1DB
RGB
CMYK
RGB Variations
Color information
#DBE1DB (or 0xDBE1DB) is known color: Aqua Squeeze. HEX triplet: DB, E1 and DB. RGB value is (219,225,219). Sum of RGB (Red+Green+Blue) = 219+225+219=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE1DB is #241E24. Grayscale: #DEDEDE. Windows color (decimal): -2367013 or 14410203. OLE color: 14410203.
HSL color Cylindrical-coordinate representation of color #DBE1DB: hue angle of 120º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBE1DB is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
RGB | 219 | 225 | 219 | - |
CMYK | 0.03 | 0 | 0.03 | 0.12 |
HSL | 120º | 0.09% | 0.87% | - |
HSV(B) | 120º | 0.03% | 0.88% | - |
XYZ | 68.92 | 74.02 | 77.67 | - |
YUV | 222.52 | 126.01 | 125.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 225 | 219 | 0.03 | 0 | 0.03 | 0.12 | 120 | 0.09 | 0.87 |
Hex | DB | E1 | DB | 3 | 0 | 3 | C | 78 | 9 | 57 |
Octal | 333 | 341 | 333 | 3 | 0 | 3 | 14 | 170 | 11 | 127 |
Binary | 11011011 | 11100001 | 11011011 | 11 | 0 | 11 | 1100 | 1111000 | 1001 | 1010111 |
Color Harmonies of #DBE1DB
Complementary color
Monochromatic Colors of #DBE1DB
Black with #DBE1DB
Text Example
Text Example
White with #DBE1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE1DB; }
p { color: rgb(219,225,219); }
H1.HeaderClassName
{
color: #DBE1DB;
}
.AnyTagClassName
{
color: #DBE1DB;
}
</style>
background-color css
<style>
a { background-color: #DBE1DB; }
a { background-color: rgb(219,225,219); }
div.DivClassName
{
background-color: #DBE1DB;
}
.BgClassName
{
background-color: #DBE1DB;
}
</style>
border-color css
<style>
span { border-color: #DBE1DB; }
span { border-color: rgb(219,225,219); }
td.TdClassName
{
border-color: #DBE1DB;
}
.TagClassName
{
border-color: #DBE1DB;
}
</style>