Shades of Water Leaf #ADEDDC
Tints of Water Leaf #ADEDDC
RGB
CMYK
RGB Variations
Color information
#ADEDDC (or 0xADEDDC) is known color: Water Leaf. HEX triplet: AD, ED and DC. RGB value is (173,237,220). Sum of RGB (Red+Green+Blue) = 173+237+220=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDDC is #521223. Grayscale: #D7D7D7. Windows color (decimal): -5378596 or 14478765. OLE color: 14478765.
HSL color Cylindrical-coordinate representation of color #ADEDDC: hue angle of 164.06º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADEDDC is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 220 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.07 |
| HSL | 164.06º | 0.64% | 0.8% | - |
| HSV(B) | 164.06º | 0.27% | 0.93% | - |
| XYZ | 60.44 | 74.62 | 78.93 | - |
| YUV | 215.93 | 130.3 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 220 | 0.27 | 0 | 0.07 | 0.07 | 164.06 | 0.64 | 0.8 |
| Hex | AD | ED | DC | 1B | 0 | 7 | 7 | A4 | 40 | 50 |
| Octal | 255 | 355 | 334 | 33 | 0 | 7 | 7 | 244 | 100 | 120 |
| Binary | 10101101 | 11101101 | 11011100 | 11011 | 0 | 111 | 111 | 10100100 | 1000000 | 1010000 |
Color Harmonies of #ADEDDC
Complementary color
Monochromatic Colors of #ADEDDC
Black with #ADEDDC
Text Example
Text Example
White with #ADEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDDC; }
p { color: rgb(173,237,220); }
H1.HeaderClassName
{
color: #ADEDDC;
}
.AnyTagClassName
{
color: #ADEDDC;
}
</style>
background-color css
<style>
a { background-color: #ADEDDC; }
a { background-color: rgb(173,237,220); }
div.DivClassName
{
background-color: #ADEDDC;
}
.BgClassName
{
background-color: #ADEDDC;
}
</style>
border-color css
<style>
span { border-color: #ADEDDC; }
span { border-color: rgb(173,237,220); }
td.TdClassName
{
border-color: #ADEDDC;
}
.TagClassName
{
border-color: #ADEDDC;
}
</style>