Shades of Aqua Squeeze #DBEBDD
Tints of Aqua Squeeze #DBEBDD
RGB
CMYK
RGB Variations
Color information
#DBEBDD (or 0xDBEBDD) is known color: Aqua Squeeze. HEX triplet: DB, EB and DD. RGB value is (219,235,221). Sum of RGB (Red+Green+Blue) = 219+235+221=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBDD is #241422. Grayscale: #E4E4E4. Windows color (decimal): -2364451 or 14543835. OLE color: 14543835.
HSL color Cylindrical-coordinate representation of color #DBEBDD: hue angle of 127.5º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBEBDD is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 235 | 221 | - |
CMYK | 0.07 | 0 | 0.06 | 0.08 |
HSL | 127.5º | 0.29% | 0.89% | - |
HSV(B) | 127.5º | 0.07% | 0.92% | - |
XYZ | 71.97 | 79.7 | 80 | - |
YUV | 228.62 | 123.7 | 121.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 235 | 221 | 0.07 | 0 | 0.06 | 0.08 | 127.5 | 0.29 | 0.89 |
Hex | DB | EB | DD | 7 | 0 | 6 | 8 | 80 | 1D | 59 |
Octal | 333 | 353 | 335 | 7 | 0 | 6 | 10 | 200 | 35 | 131 |
Binary | 11011011 | 11101011 | 11011101 | 111 | 0 | 110 | 1000 | 10000000 | 11101 | 1011001 |
Color Harmonies of #DBEBDD
Complementary color
Monochromatic Colors of #DBEBDD
Black with #DBEBDD
Text Example
Text Example
White with #DBEBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBDD; }
p { color: rgb(219,235,221); }
H1.HeaderClassName
{
color: #DBEBDD;
}
.AnyTagClassName
{
color: #DBEBDD;
}
</style>
background-color css
<style>
a { background-color: #DBEBDD; }
a { background-color: rgb(219,235,221); }
div.DivClassName
{
background-color: #DBEBDD;
}
.BgClassName
{
background-color: #DBEBDD;
}
</style>
border-color css
<style>
span { border-color: #DBEBDD; }
span { border-color: rgb(219,235,221); }
td.TdClassName
{
border-color: #DBEBDD;
}
.TagClassName
{
border-color: #DBEBDD;
}
</style>