Shades of Fringy Flower #ADDEC0
Tints of Fringy Flower #ADDEC0
RGB
CMYK
RGB Variations
Color information
#ADDEC0 (or 0xADDEC0) is known color: Fringy Flower. HEX triplet: AD, DE and C0. RGB value is (173,222,192). Sum of RGB (Red+Green+Blue) = 173+222+192=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEC0 is #52213F. Grayscale: #CCCCCC. Windows color (decimal): -5382464 or 12639917. OLE color: 12639917.
HSL color Cylindrical-coordinate representation of color #ADDEC0: hue angle of 143.27º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDEC0 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 192 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.13 |
| HSL | 143.27º | 0.43% | 0.77% | - |
| HSV(B) | 143.27º | 0.22% | 0.87% | - |
| XYZ | 52.87 | 64.93 | 59.62 | - |
| YUV | 203.93 | 121.27 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 192 | 0.22 | 0 | 0.14 | 0.13 | 143.27 | 0.43 | 0.77 |
| Hex | AD | DE | C0 | 16 | 0 | E | D | 8F | 2B | 4D |
| Octal | 255 | 336 | 300 | 26 | 0 | 16 | 15 | 217 | 53 | 115 |
| Binary | 10101101 | 11011110 | 11000000 | 10110 | 0 | 1110 | 1101 | 10001111 | 101011 | 1001101 |
Color Harmonies of #ADDEC0
Complementary color
Monochromatic Colors of #ADDEC0
Black with #ADDEC0
Text Example
Text Example
White with #ADDEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEC0; }
p { color: rgb(173,222,192); }
H1.HeaderClassName
{
color: #ADDEC0;
}
.AnyTagClassName
{
color: #ADDEC0;
}
</style>
background-color css
<style>
a { background-color: #ADDEC0; }
a { background-color: rgb(173,222,192); }
div.DivClassName
{
background-color: #ADDEC0;
}
.BgClassName
{
background-color: #ADDEC0;
}
</style>
border-color css
<style>
span { border-color: #ADDEC0; }
span { border-color: rgb(173,222,192); }
td.TdClassName
{
border-color: #ADDEC0;
}
.TagClassName
{
border-color: #ADDEC0;
}
</style>