Shades of Fringy Flower #ADEDBE
Tints of Fringy Flower #ADEDBE
RGB
CMYK
RGB Variations
Color information
#ADEDBE (or 0xADEDBE) is known color: Fringy Flower. HEX triplet: AD, ED and BE. RGB value is (173,237,190). Sum of RGB (Red+Green+Blue) = 173+237+190=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDBE is #521241. Grayscale: #D4D4D4. Windows color (decimal): -5378626 or 12512685. OLE color: 12512685.
HSL color Cylindrical-coordinate representation of color #ADEDBE: hue angle of 135.94º 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 #ADEDBE is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 190 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.07 |
| HSL | 135.94º | 0.64% | 0.8% | - |
| HSV(B) | 135.94º | 0.27% | 0.93% | - |
| XYZ | 56.81 | 73.17 | 59.84 | - |
| YUV | 212.51 | 115.3 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 190 | 0.27 | 0 | 0.20 | 0.07 | 135.94 | 0.64 | 0.8 |
| Hex | AD | ED | BE | 1B | 0 | 14 | 7 | 88 | 40 | 50 |
| Octal | 255 | 355 | 276 | 33 | 0 | 24 | 7 | 210 | 100 | 120 |
| Binary | 10101101 | 11101101 | 10111110 | 11011 | 0 | 10100 | 111 | 10001000 | 1000000 | 1010000 |
Color Harmonies of #ADEDBE
Complementary color
Monochromatic Colors of #ADEDBE
Black with #ADEDBE
Text Example
Text Example
White with #ADEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDBE; }
p { color: rgb(173,237,190); }
H1.HeaderClassName
{
color: #ADEDBE;
}
.AnyTagClassName
{
color: #ADEDBE;
}
</style>
background-color css
<style>
a { background-color: #ADEDBE; }
a { background-color: rgb(173,237,190); }
div.DivClassName
{
background-color: #ADEDBE;
}
.BgClassName
{
background-color: #ADEDBE;
}
</style>
border-color css
<style>
span { border-color: #ADEDBE; }
span { border-color: rgb(173,237,190); }
td.TdClassName
{
border-color: #ADEDBE;
}
.TagClassName
{
border-color: #ADEDBE;
}
</style>