Shades of Fringy Flower #ADDEC2
Tints of Fringy Flower #ADDEC2
RGB
CMYK
RGB Variations
Color information
#ADDEC2 (or 0xADDEC2) is known color: Fringy Flower. HEX triplet: AD, DE and C2. RGB value is (173,222,194). Sum of RGB (Red+Green+Blue) = 173+222+194=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEC2 is #52213D. Grayscale: #CCCCCC. Windows color (decimal): -5382462 or 12770989. OLE color: 12770989.
HSL color Cylindrical-coordinate representation of color #ADDEC2: hue angle of 145.71º 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 #ADDEC2 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 194 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.13 |
| HSL | 145.71º | 0.43% | 0.77% | - |
| HSV(B) | 145.71º | 0.22% | 0.87% | - |
| XYZ | 53.09 | 65.02 | 60.79 | - |
| YUV | 204.16 | 122.27 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 194 | 0.22 | 0 | 0.13 | 0.13 | 145.71 | 0.43 | 0.77 |
| Hex | AD | DE | C2 | 16 | 0 | D | D | 92 | 2B | 4D |
| Octal | 255 | 336 | 302 | 26 | 0 | 15 | 15 | 222 | 53 | 115 |
| Binary | 10101101 | 11011110 | 11000010 | 10110 | 0 | 1101 | 1101 | 10010010 | 101011 | 1001101 |
Color Harmonies of #ADDEC2
Complementary color
Monochromatic Colors of #ADDEC2
Black with #ADDEC2
Text Example
Text Example
White with #ADDEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEC2; }
p { color: rgb(173,222,194); }
H1.HeaderClassName
{
color: #ADDEC2;
}
.AnyTagClassName
{
color: #ADDEC2;
}
</style>
background-color css
<style>
a { background-color: #ADDEC2; }
a { background-color: rgb(173,222,194); }
div.DivClassName
{
background-color: #ADDEC2;
}
.BgClassName
{
background-color: #ADDEC2;
}
</style>
border-color css
<style>
span { border-color: #ADDEC2; }
span { border-color: rgb(173,222,194); }
td.TdClassName
{
border-color: #ADDEC2;
}
.TagClassName
{
border-color: #ADDEC2;
}
</style>