Shades of Aqua Squeeze #DBE8DB
Tints of Aqua Squeeze #DBE8DB
RGB
CMYK
RGB Variations
Color information
#DBE8DB (or 0xDBE8DB) is known color: Aqua Squeeze. HEX triplet: DB, E8 and DB. RGB value is (219,232,219). Sum of RGB (Red+Green+Blue) = 219+232+219=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 232 (91.02% from 255 or 34.63% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8DB is #241724. Grayscale: #E2E2E2. Windows color (decimal): -2365221 or 14411995. OLE color: 14411995.
HSL color Cylindrical-coordinate representation of color #DBE8DB: hue angle of 120º degrees, saturation: 0.22, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBE8DB is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 232 | 219 | - |
CMYK | 0.06 | 0 | 0.06 | 0.09 |
HSL | 120º | 0.22% | 0.88% | - |
HSV(B) | 120º | 0.06% | 0.91% | - |
XYZ | 70.86 | 77.89 | 78.32 | - |
YUV | 226.63 | 123.69 | 122.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 232 | 219 | 0.06 | 0 | 0.06 | 0.09 | 120 | 0.22 | 0.88 |
Hex | DB | E8 | DB | 6 | 0 | 6 | 9 | 78 | 16 | 58 |
Octal | 333 | 350 | 333 | 6 | 0 | 6 | 11 | 170 | 26 | 130 |
Binary | 11011011 | 11101000 | 11011011 | 110 | 0 | 110 | 1001 | 1111000 | 10110 | 1011000 |
Color Harmonies of #DBE8DB
Complementary color
Monochromatic Colors of #DBE8DB
Black with #DBE8DB
Text Example
Text Example
White with #DBE8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8DB; }
p { color: rgb(219,232,219); }
H1.HeaderClassName
{
color: #DBE8DB;
}
.AnyTagClassName
{
color: #DBE8DB;
}
</style>
background-color css
<style>
a { background-color: #DBE8DB; }
a { background-color: rgb(219,232,219); }
div.DivClassName
{
background-color: #DBE8DB;
}
.BgClassName
{
background-color: #DBE8DB;
}
</style>
border-color css
<style>
span { border-color: #DBE8DB; }
span { border-color: rgb(219,232,219); }
td.TdClassName
{
border-color: #DBE8DB;
}
.TagClassName
{
border-color: #DBE8DB;
}
</style>