Shades of Fringy Flower #ADDCB8
Tints of Fringy Flower #ADDCB8
RGB
CMYK
RGB Variations
Color information
#ADDCB8 (or 0xADDCB8) is known color: Fringy Flower. HEX triplet: AD, DC and B8. RGB value is (173,220,184). Sum of RGB (Red+Green+Blue) = 173+220+184=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCB8 is #522347. Grayscale: #C9C9C9. Windows color (decimal): -5382984 or 12115117. OLE color: 12115117.
HSL color Cylindrical-coordinate representation of color #ADDCB8: hue angle of 134.04º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDCB8 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 184 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.14 |
| HSL | 134.04º | 0.4% | 0.77% | - |
| HSV(B) | 134.04º | 0.21% | 0.86% | - |
| XYZ | 51.48 | 63.53 | 54.9 | - |
| YUV | 201.84 | 117.93 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 184 | 0.21 | 0 | 0.16 | 0.14 | 134.04 | 0.4 | 0.77 |
| Hex | AD | DC | B8 | 15 | 0 | 10 | E | 86 | 28 | 4D |
| Octal | 255 | 334 | 270 | 25 | 0 | 20 | 16 | 206 | 50 | 115 |
| Binary | 10101101 | 11011100 | 10111000 | 10101 | 0 | 10000 | 1110 | 10000110 | 101000 | 1001101 |
Color Harmonies of #ADDCB8
Complementary color
Monochromatic Colors of #ADDCB8
Black with #ADDCB8
Text Example
Text Example
White with #ADDCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCB8; }
p { color: rgb(173,220,184); }
H1.HeaderClassName
{
color: #ADDCB8;
}
.AnyTagClassName
{
color: #ADDCB8;
}
</style>
background-color css
<style>
a { background-color: #ADDCB8; }
a { background-color: rgb(173,220,184); }
div.DivClassName
{
background-color: #ADDCB8;
}
.BgClassName
{
background-color: #ADDCB8;
}
</style>
border-color css
<style>
span { border-color: #ADDCB8; }
span { border-color: rgb(173,220,184); }
td.TdClassName
{
border-color: #ADDCB8;
}
.TagClassName
{
border-color: #ADDCB8;
}
</style>