Shades of Water Leaf #ADEBDD
Tints of Water Leaf #ADEBDD
RGB
CMYK
RGB Variations
Color information
#ADEBDD (or 0xADEBDD) is known color: Water Leaf. HEX triplet: AD, EB and DD. RGB value is (173,235,221). Sum of RGB (Red+Green+Blue) = 173+235+221=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBDD is #521422. Grayscale: #D6D6D6. Windows color (decimal): -5379107 or 14543789. OLE color: 14543789.
HSL color Cylindrical-coordinate representation of color #ADEBDD: hue angle of 166.45º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEBDD is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 221 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.08 |
| HSL | 166.45º | 0.61% | 0.8% | - |
| HSV(B) | 166.45º | 0.26% | 0.92% | - |
| XYZ | 59.99 | 73.52 | 79.44 | - |
| YUV | 214.87 | 131.46 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 221 | 0.26 | 0 | 0.06 | 0.08 | 166.45 | 0.61 | 0.8 |
| Hex | AD | EB | DD | 1A | 0 | 6 | 8 | A6 | 3D | 50 |
| Octal | 255 | 353 | 335 | 32 | 0 | 6 | 10 | 246 | 75 | 120 |
| Binary | 10101101 | 11101011 | 11011101 | 11010 | 0 | 110 | 1000 | 10100110 | 111101 | 1010000 |
Color Harmonies of #ADEBDD
Complementary color
Monochromatic Colors of #ADEBDD
Black with #ADEBDD
Text Example
Text Example
White with #ADEBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEBDD; }
p { color: rgb(173,235,221); }
H1.HeaderClassName
{
color: #ADEBDD;
}
.AnyTagClassName
{
color: #ADEBDD;
}
</style>
background-color css
<style>
a { background-color: #ADEBDD; }
a { background-color: rgb(173,235,221); }
div.DivClassName
{
background-color: #ADEBDD;
}
.BgClassName
{
background-color: #ADEBDD;
}
</style>
border-color css
<style>
span { border-color: #ADEBDD; }
span { border-color: rgb(173,235,221); }
td.TdClassName
{
border-color: #ADEBDD;
}
.TagClassName
{
border-color: #ADEBDD;
}
</style>