Shades of Water Leaf #ABEFDD
Tints of Water Leaf #ABEFDD
RGB
CMYK
RGB Variations
Color information
#ABEFDD (or 0xABEFDD) is known color: Water Leaf. HEX triplet: AB, EF and DD. RGB value is (171,239,221). Sum of RGB (Red+Green+Blue) = 171+239+221=631 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.10% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEFDD is #541022. Grayscale: #D8D8D8. Windows color (decimal): -5509155 or 14544811. OLE color: 14544811.
HSL color Cylindrical-coordinate representation of color #ABEFDD: hue angle of 164.12º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEFDD is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 239 | 221 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.06 |
| HSL | 164.12º | 0.68% | 0.8% | - |
| HSV(B) | 164.12º | 0.28% | 0.94% | - |
| XYZ | 60.71 | 75.61 | 79.8 | - |
| YUV | 216.62 | 130.47 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 239 | 221 | 0.28 | 0 | 0.08 | 0.06 | 164.12 | 0.68 | 0.8 |
| Hex | AB | EF | DD | 1C | 0 | 8 | 6 | A4 | 44 | 50 |
| Octal | 253 | 357 | 335 | 34 | 0 | 10 | 6 | 244 | 104 | 120 |
| Binary | 10101011 | 11101111 | 11011101 | 11100 | 0 | 1000 | 110 | 10100100 | 1000100 | 1010000 |
Color Harmonies of #ABEFDD
Complementary color
Monochromatic Colors of #ABEFDD
Black with #ABEFDD
Text Example
Text Example
White with #ABEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEFDD; }
p { color: rgb(171,239,221); }
H1.HeaderClassName
{
color: #ABEFDD;
}
.AnyTagClassName
{
color: #ABEFDD;
}
</style>
background-color css
<style>
a { background-color: #ABEFDD; }
a { background-color: rgb(171,239,221); }
div.DivClassName
{
background-color: #ABEFDD;
}
.BgClassName
{
background-color: #ABEFDD;
}
</style>
border-color css
<style>
span { border-color: #ABEFDD; }
span { border-color: rgb(171,239,221); }
td.TdClassName
{
border-color: #ABEFDD;
}
.TagClassName
{
border-color: #ABEFDD;
}
</style>