Shades of Fringy Flower #ADEDB7
Tints of Fringy Flower #ADEDB7
RGB
CMYK
RGB Variations
Color information
#ADEDB7 (or 0xADEDB7) is known color: Fringy Flower. HEX triplet: AD, ED and B7. RGB value is (173,237,183). Sum of RGB (Red+Green+Blue) = 173+237+183=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 183 (71.88% from 255 or 30.86% from 593); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDB7 is #521248. Grayscale: #D3D3D3. Windows color (decimal): -5378633 or 12053933. OLE color: 12053933.
HSL color Cylindrical-coordinate representation of color #ADEDB7: hue angle of 129.38º 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 #ADEDB7 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 183 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.07 |
| HSL | 129.38º | 0.64% | 0.8% | - |
| HSV(B) | 129.38º | 0.27% | 0.93% | - |
| XYZ | 56.07 | 72.87 | 55.91 | - |
| YUV | 211.71 | 111.8 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 183 | 0.27 | 0 | 0.23 | 0.07 | 129.38 | 0.64 | 0.8 |
| Hex | AD | ED | B7 | 1B | 0 | 17 | 7 | 81 | 40 | 50 |
| Octal | 255 | 355 | 267 | 33 | 0 | 27 | 7 | 201 | 100 | 120 |
| Binary | 10101101 | 11101101 | 10110111 | 11011 | 0 | 10111 | 111 | 10000001 | 1000000 | 1010000 |
Color Harmonies of #ADEDB7
Complementary color
Monochromatic Colors of #ADEDB7
Black with #ADEDB7
Text Example
Text Example
White with #ADEDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDB7; }
p { color: rgb(173,237,183); }
H1.HeaderClassName
{
color: #ADEDB7;
}
.AnyTagClassName
{
color: #ADEDB7;
}
</style>
background-color css
<style>
a { background-color: #ADEDB7; }
a { background-color: rgb(173,237,183); }
div.DivClassName
{
background-color: #ADEDB7;
}
.BgClassName
{
background-color: #ADEDB7;
}
</style>
border-color css
<style>
span { border-color: #ADEDB7; }
span { border-color: rgb(173,237,183); }
td.TdClassName
{
border-color: #ADEDB7;
}
.TagClassName
{
border-color: #ADEDB7;
}
</style>