Shades of Aqua Squeeze #DAEADB
Tints of Aqua Squeeze #DAEADB
RGB
CMYK
RGB Variations
Color information
#DAEADB (or 0xDAEADB) is known color: Aqua Squeeze. HEX triplet: DA, EA and DB. RGB value is (218,234,219). Sum of RGB (Red+Green+Blue) = 218+234+219=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEADB is #251524. Grayscale: #E3E3E3. Windows color (decimal): -2430245 or 14412506. OLE color: 14412506.
HSL color Cylindrical-coordinate representation of color #DAEADB: hue angle of 123.75º degrees, saturation: 0.28, 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 #DAEADB is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 218 | 234 | 219 | - |
CMYK | 0.07 | 0 | 0.06 | 0.08 |
HSL | 123.75º | 0.28% | 0.89% | - |
HSV(B) | 123.75º | 0.07% | 0.92% | - |
XYZ | 71.12 | 78.87 | 78.49 | - |
YUV | 227.51 | 123.2 | 121.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 234 | 219 | 0.07 | 0 | 0.06 | 0.08 | 123.75 | 0.28 | 0.89 |
Hex | DA | EA | DB | 7 | 0 | 6 | 8 | 7C | 1C | 59 |
Octal | 332 | 352 | 333 | 7 | 0 | 6 | 10 | 174 | 34 | 131 |
Binary | 11011010 | 11101010 | 11011011 | 111 | 0 | 110 | 1000 | 1111100 | 11100 | 1011001 |
Color Harmonies of #DAEADB
Complementary color
Monochromatic Colors of #DAEADB
Black with #DAEADB
Text Example
Text Example
White with #DAEADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEADB; }
p { color: rgb(218,234,219); }
H1.HeaderClassName
{
color: #DAEADB;
}
.AnyTagClassName
{
color: #DAEADB;
}
</style>
background-color css
<style>
a { background-color: #DAEADB; }
a { background-color: rgb(218,234,219); }
div.DivClassName
{
background-color: #DAEADB;
}
.BgClassName
{
background-color: #DAEADB;
}
</style>
border-color css
<style>
span { border-color: #DAEADB; }
span { border-color: rgb(218,234,219); }
td.TdClassName
{
border-color: #DAEADB;
}
.TagClassName
{
border-color: #DAEADB;
}
</style>