Shades of Aqua Squeeze #DBECDD
Tints of Aqua Squeeze #DBECDD
RGB
CMYK
RGB Variations
Color information
#DBECDD (or 0xDBECDD) is known color: Aqua Squeeze. HEX triplet: DB, EC and DD. RGB value is (219,236,221). Sum of RGB (Red+Green+Blue) = 219+236+221=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECDD is #241322. Grayscale: #E5E5E5. Windows color (decimal): -2364195 or 14544091. OLE color: 14544091.
HSL color Cylindrical-coordinate representation of color #DBECDD: hue angle of 127.06º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBECDD is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 236 | 221 | - |
CMYK | 0.07 | 0 | 0.06 | 0.07 |
HSL | 127.06º | 0.31% | 0.89% | - |
HSV(B) | 127.06º | 0.07% | 0.93% | - |
XYZ | 72.26 | 80.27 | 80.09 | - |
YUV | 229.21 | 123.37 | 120.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 236 | 221 | 0.07 | 0 | 0.06 | 0.07 | 127.06 | 0.31 | 0.89 |
Hex | DB | EC | DD | 7 | 0 | 6 | 7 | 7F | 1F | 59 |
Octal | 333 | 354 | 335 | 7 | 0 | 6 | 7 | 177 | 37 | 131 |
Binary | 11011011 | 11101100 | 11011101 | 111 | 0 | 110 | 111 | 1111111 | 11111 | 1011001 |
Color Harmonies of #DBECDD
Complementary color
Monochromatic Colors of #DBECDD
Black with #DBECDD
Text Example
Text Example
White with #DBECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECDD; }
p { color: rgb(219,236,221); }
H1.HeaderClassName
{
color: #DBECDD;
}
.AnyTagClassName
{
color: #DBECDD;
}
</style>
background-color css
<style>
a { background-color: #DBECDD; }
a { background-color: rgb(219,236,221); }
div.DivClassName
{
background-color: #DBECDD;
}
.BgClassName
{
background-color: #DBECDD;
}
</style>
border-color css
<style>
span { border-color: #DBECDD; }
span { border-color: rgb(219,236,221); }
td.TdClassName
{
border-color: #DBECDD;
}
.TagClassName
{
border-color: #DBECDD;
}
</style>