Shades of Water Leaf #ADFDE1
Tints of Water Leaf #ADFDE1
RGB
CMYK
RGB Variations
Color information
#ADFDE1 (or 0xADFDE1) is known color: Water Leaf. HEX triplet: AD, FD and E1. RGB value is (173,253,225). Sum of RGB (Red+Green+Blue) = 173+253+225=651 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.57% from 651); Green value is 253 (99.22% from 255 or 38.86% from 651); Blue value is 225 (88.28% from 255 or 34.56% from 651); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDE1 is #52021E. Grayscale: #E1E1E1. Windows color (decimal): -5374495 or 14810541. OLE color: 14810541.
HSL color Cylindrical-coordinate representation of color #ADFDE1: hue angle of 159º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDE1 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 225 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.01 |
| HSL | 159º | 0.95% | 0.84% | - |
| HSV(B) | 159º | 0.32% | 0.99% | - |
| XYZ | 65.95 | 84.57 | 84.08 | - |
| YUV | 225.89 | 127.5 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 225 | 0.32 | 0 | 0.11 | 0.01 | 159 | 0.95 | 0.84 |
| Hex | AD | FD | E1 | 20 | 0 | B | 1 | 9F | 5F | 54 |
| Octal | 255 | 375 | 341 | 40 | 0 | 13 | 1 | 237 | 137 | 124 |
| Binary | 10101101 | 11111101 | 11100001 | 100000 | 0 | 1011 | 1 | 10011111 | 1011111 | 1010100 |
Color Harmonies of #ADFDE1
Complementary color
Monochromatic Colors of #ADFDE1
Black with #ADFDE1
Text Example
Text Example
White with #ADFDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDE1; }
p { color: rgb(173,253,225); }
H1.HeaderClassName
{
color: #ADFDE1;
}
.AnyTagClassName
{
color: #ADFDE1;
}
</style>
background-color css
<style>
a { background-color: #ADFDE1; }
a { background-color: rgb(173,253,225); }
div.DivClassName
{
background-color: #ADFDE1;
}
.BgClassName
{
background-color: #ADFDE1;
}
</style>
border-color css
<style>
span { border-color: #ADFDE1; }
span { border-color: rgb(173,253,225); }
td.TdClassName
{
border-color: #ADFDE1;
}
.TagClassName
{
border-color: #ADFDE1;
}
</style>