Shades of Aqua Squeeze #DBE8DD
Tints of Aqua Squeeze #DBE8DD
RGB
CMYK
RGB Variations
Color information
#DBE8DD (or 0xDBE8DD) is known color: Aqua Squeeze. HEX triplet: DB, E8 and DD. RGB value is (219,232,221). Sum of RGB (Red+Green+Blue) = 219+232+221=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 232 (91.02% from 255 or 34.52% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8DD is #241722. Grayscale: #E2E2E2. Windows color (decimal): -2365219 or 14543067. OLE color: 14543067.
HSL color Cylindrical-coordinate representation of color #DBE8DD: hue angle of 129.23º 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 #DBE8DD is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 232 | 221 | - |
CMYK | 0.06 | 0 | 0.05 | 0.09 |
HSL | 129.23º | 0.22% | 0.88% | - |
HSV(B) | 129.23º | 0.06% | 0.91% | - |
XYZ | 71.12 | 77.99 | 79.71 | - |
YUV | 226.86 | 124.69 | 122.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 232 | 221 | 0.06 | 0 | 0.05 | 0.09 | 129.23 | 0.22 | 0.88 |
Hex | DB | E8 | DD | 6 | 0 | 5 | 9 | 81 | 16 | 58 |
Octal | 333 | 350 | 335 | 6 | 0 | 5 | 11 | 201 | 26 | 130 |
Binary | 11011011 | 11101000 | 11011101 | 110 | 0 | 101 | 1001 | 10000001 | 10110 | 1011000 |
Color Harmonies of #DBE8DD
Complementary color
Monochromatic Colors of #DBE8DD
Black with #DBE8DD
Text Example
Text Example
White with #DBE8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8DD; }
p { color: rgb(219,232,221); }
H1.HeaderClassName
{
color: #DBE8DD;
}
.AnyTagClassName
{
color: #DBE8DD;
}
</style>
background-color css
<style>
a { background-color: #DBE8DD; }
a { background-color: rgb(219,232,221); }
div.DivClassName
{
background-color: #DBE8DD;
}
.BgClassName
{
background-color: #DBE8DD;
}
</style>
border-color css
<style>
span { border-color: #DBE8DD; }
span { border-color: rgb(219,232,221); }
td.TdClassName
{
border-color: #DBE8DD;
}
.TagClassName
{
border-color: #DBE8DD;
}
</style>