Shades of Fringy Flower #ADEBBD
Tints of Fringy Flower #ADEBBD
RGB
CMYK
RGB Variations
Color information
#ADEBBD (or 0xADEBBD) is known color: Fringy Flower. HEX triplet: AD, EB and BD. RGB value is (173,235,189). Sum of RGB (Red+Green+Blue) = 173+235+189=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBBD is #521442. Grayscale: #D3D3D3. Windows color (decimal): -5379139 or 12446637. OLE color: 12446637.
HSL color Cylindrical-coordinate representation of color #ADEBBD: hue angle of 135.48º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEBBD is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 189 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.08 |
| HSL | 135.48º | 0.61% | 0.8% | - |
| HSV(B) | 135.48º | 0.26% | 0.92% | - |
| XYZ | 56.13 | 71.98 | 59.08 | - |
| YUV | 211.22 | 115.46 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 189 | 0.26 | 0 | 0.20 | 0.08 | 135.48 | 0.61 | 0.8 |
| Hex | AD | EB | BD | 1A | 0 | 14 | 8 | 87 | 3D | 50 |
| Octal | 255 | 353 | 275 | 32 | 0 | 24 | 10 | 207 | 75 | 120 |
| Binary | 10101101 | 11101011 | 10111101 | 11010 | 0 | 10100 | 1000 | 10000111 | 111101 | 1010000 |
Color Harmonies of #ADEBBD
Complementary color
Monochromatic Colors of #ADEBBD
Black with #ADEBBD
Text Example
Text Example
White with #ADEBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEBBD; }
p { color: rgb(173,235,189); }
H1.HeaderClassName
{
color: #ADEBBD;
}
.AnyTagClassName
{
color: #ADEBBD;
}
</style>
background-color css
<style>
a { background-color: #ADEBBD; }
a { background-color: rgb(173,235,189); }
div.DivClassName
{
background-color: #ADEBBD;
}
.BgClassName
{
background-color: #ADEBBD;
}
</style>
border-color css
<style>
span { border-color: #ADEBBD; }
span { border-color: rgb(173,235,189); }
td.TdClassName
{
border-color: #ADEBBD;
}
.TagClassName
{
border-color: #ADEBBD;
}
</style>