Shades of Fringy Flower #ADECBD
Tints of Fringy Flower #ADECBD
RGB
CMYK
RGB Variations
Color information
#ADECBD (or 0xADECBD) is known color: Fringy Flower. HEX triplet: AD, EC and BD. RGB value is (173,236,189). Sum of RGB (Red+Green+Blue) = 173+236+189=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECBD is #521342. Grayscale: #D3D3D3. Windows color (decimal): -5378883 or 12446893. OLE color: 12446893.
HSL color Cylindrical-coordinate representation of color #ADECBD: hue angle of 135.24º degrees, saturation: 0.62, 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 #ADECBD is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 189 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.07 |
| HSL | 135.24º | 0.62% | 0.8% | - |
| HSV(B) | 135.24º | 0.27% | 0.93% | - |
| XYZ | 56.41 | 72.55 | 59.17 | - |
| YUV | 211.81 | 115.13 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 189 | 0.27 | 0 | 0.20 | 0.07 | 135.24 | 0.62 | 0.8 |
| Hex | AD | EC | BD | 1B | 0 | 14 | 7 | 87 | 3E | 50 |
| Octal | 255 | 354 | 275 | 33 | 0 | 24 | 7 | 207 | 76 | 120 |
| Binary | 10101101 | 11101100 | 10111101 | 11011 | 0 | 10100 | 111 | 10000111 | 111110 | 1010000 |
Color Harmonies of #ADECBD
Complementary color
Monochromatic Colors of #ADECBD
Black with #ADECBD
Text Example
Text Example
White with #ADECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECBD; }
p { color: rgb(173,236,189); }
H1.HeaderClassName
{
color: #ADECBD;
}
.AnyTagClassName
{
color: #ADECBD;
}
</style>
background-color css
<style>
a { background-color: #ADECBD; }
a { background-color: rgb(173,236,189); }
div.DivClassName
{
background-color: #ADECBD;
}
.BgClassName
{
background-color: #ADECBD;
}
</style>
border-color css
<style>
span { border-color: #ADECBD; }
span { border-color: rgb(173,236,189); }
td.TdClassName
{
border-color: #ADECBD;
}
.TagClassName
{
border-color: #ADECBD;
}
</style>