Shades of Aqua Squeeze #DBEADD
Tints of Aqua Squeeze #DBEADD
RGB
CMYK
RGB Variations
Color information
#DBEADD (or 0xDBEADD) is known color: Aqua Squeeze. HEX triplet: DB, EA and DD. RGB value is (219,234,221). Sum of RGB (Red+Green+Blue) = 219+234+221=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEADD is #241522. Grayscale: #E4E4E4. Windows color (decimal): -2364707 or 14543579. OLE color: 14543579.
HSL color Cylindrical-coordinate representation of color #DBEADD: hue angle of 128º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBEADD is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 221 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.08 |
| HSL | 128º | 0.26% | 0.89% | - |
| HSV(B) | 128º | 0.06% | 0.92% | - |
| XYZ | 71.69 | 79.13 | 79.9 | - |
| YUV | 228.03 | 124.03 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 221 | 0.06 | 0 | 0.06 | 0.08 | 128 | 0.26 | 0.89 |
| Hex | DB | EA | DD | 6 | 0 | 6 | 8 | 80 | 1A | 59 |
| Octal | 333 | 352 | 335 | 6 | 0 | 6 | 10 | 200 | 32 | 131 |
| Binary | 11011011 | 11101010 | 11011101 | 110 | 0 | 110 | 1000 | 10000000 | 11010 | 1011001 |
Color Harmonies of #DBEADD
Complementary color
Monochromatic Colors of #DBEADD
Black with #DBEADD
Text Example
Text Example
White with #DBEADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEADD; }
p { color: rgb(219,234,221); }
H1.HeaderClassName
{
color: #DBEADD;
}
.AnyTagClassName
{
color: #DBEADD;
}
</style>
background-color css
<style>
a { background-color: #DBEADD; }
a { background-color: rgb(219,234,221); }
div.DivClassName
{
background-color: #DBEADD;
}
.BgClassName
{
background-color: #DBEADD;
}
</style>
border-color css
<style>
span { border-color: #DBEADD; }
span { border-color: rgb(219,234,221); }
td.TdClassName
{
border-color: #DBEADD;
}
.TagClassName
{
border-color: #DBEADD;
}
</style>