Shades of Fringy Flower #AADCB8
Tints of Fringy Flower #AADCB8
RGB
CMYK
RGB Variations
Color information
#AADCB8 (or 0xAADCB8) is known color: Fringy Flower. HEX triplet: AA, DC and B8. RGB value is (170,220,184). Sum of RGB (Red+Green+Blue) = 170+220+184=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 184 (72.27% from 255 or 32.06% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCB8 is #552347. Grayscale: #C9C9C9. Windows color (decimal): -5579592 or 12115114. OLE color: 12115114.
HSL color Cylindrical-coordinate representation of color #AADCB8: hue angle of 136.8º 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 #AADCB8 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 184 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.14 |
| HSL | 136.8º | 0.42% | 0.76% | - |
| HSV(B) | 136.8º | 0.23% | 0.86% | - |
| XYZ | 50.82 | 63.19 | 54.87 | - |
| YUV | 200.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 184 | 0.23 | 0 | 0.16 | 0.14 | 136.8 | 0.42 | 0.76 |
| Hex | AA | DC | B8 | 17 | 0 | 10 | E | 89 | 2A | 4C |
| Octal | 252 | 334 | 270 | 27 | 0 | 20 | 16 | 211 | 52 | 114 |
| Binary | 10101010 | 11011100 | 10111000 | 10111 | 0 | 10000 | 1110 | 10001001 | 101010 | 1001100 |
Color Harmonies of #AADCB8
Complementary color
Monochromatic Colors of #AADCB8
Black with #AADCB8
Text Example
Text Example
White with #AADCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADCB8; }
p { color: rgb(170,220,184); }
H1.HeaderClassName
{
color: #AADCB8;
}
.AnyTagClassName
{
color: #AADCB8;
}
</style>
background-color css
<style>
a { background-color: #AADCB8; }
a { background-color: rgb(170,220,184); }
div.DivClassName
{
background-color: #AADCB8;
}
.BgClassName
{
background-color: #AADCB8;
}
</style>
border-color css
<style>
span { border-color: #AADCB8; }
span { border-color: rgb(170,220,184); }
td.TdClassName
{
border-color: #AADCB8;
}
.TagClassName
{
border-color: #AADCB8;
}
</style>