Shades of Fringy Flower #AADCB7
Tints of Fringy Flower #AADCB7
RGB
CMYK
RGB Variations
Color information
#AADCB7 (or 0xAADCB7) is known color: Fringy Flower. HEX triplet: AA, DC and B7. RGB value is (170,220,183). Sum of RGB (Red+Green+Blue) = 170+220+183=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 183 (71.88% from 255 or 31.94% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCB7 is #552348. Grayscale: #C8C8C8. Windows color (decimal): -5579593 or 12049578. OLE color: 12049578.
HSL color Cylindrical-coordinate representation of color #AADCB7: hue angle of 135.6º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADCB7 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 183 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.14 |
| HSL | 135.6º | 0.42% | 0.76% | - |
| HSV(B) | 135.6º | 0.23% | 0.86% | - |
| XYZ | 50.72 | 63.15 | 54.32 | - |
| YUV | 200.83 | 117.94 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 183 | 0.23 | 0 | 0.17 | 0.14 | 135.6 | 0.42 | 0.76 |
| Hex | AA | DC | B7 | 17 | 0 | 11 | E | 88 | 2A | 4C |
| Octal | 252 | 334 | 267 | 27 | 0 | 21 | 16 | 210 | 52 | 114 |
| Binary | 10101010 | 11011100 | 10110111 | 10111 | 0 | 10001 | 1110 | 10001000 | 101010 | 1001100 |
Color Harmonies of #AADCB7
Complementary color
Monochromatic Colors of #AADCB7
Black with #AADCB7
Text Example
Text Example
White with #AADCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADCB7; }
p { color: rgb(170,220,183); }
H1.HeaderClassName
{
color: #AADCB7;
}
.AnyTagClassName
{
color: #AADCB7;
}
</style>
background-color css
<style>
a { background-color: #AADCB7; }
a { background-color: rgb(170,220,183); }
div.DivClassName
{
background-color: #AADCB7;
}
.BgClassName
{
background-color: #AADCB7;
}
</style>
border-color css
<style>
span { border-color: #AADCB7; }
span { border-color: rgb(170,220,183); }
td.TdClassName
{
border-color: #AADCB7;
}
.TagClassName
{
border-color: #AADCB7;
}
</style>