Shades of Fringy Flower #AADFBF
Tints of Fringy Flower #AADFBF
RGB
CMYK
RGB Variations
Color information
#AADFBF (or 0xAADFBF) is known color: Fringy Flower. HEX triplet: AA, DF and BF. RGB value is (170,223,191). Sum of RGB (Red+Green+Blue) = 170+223+191=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFBF is #552040. Grayscale: #CBCBCB. Windows color (decimal): -5578817 or 12574634. OLE color: 12574634.
HSL color Cylindrical-coordinate representation of color #AADFBF: hue angle of 143.77º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AADFBF is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 191 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.13 |
| HSL | 143.77º | 0.45% | 0.77% | - |
| HSV(B) | 143.77º | 0.24% | 0.87% | - |
| XYZ | 52.37 | 65.08 | 59.09 | - |
| YUV | 203.51 | 120.94 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 191 | 0.24 | 0 | 0.14 | 0.13 | 143.77 | 0.45 | 0.77 |
| Hex | AA | DF | BF | 18 | 0 | E | D | 90 | 2D | 4D |
| Octal | 252 | 337 | 277 | 30 | 0 | 16 | 15 | 220 | 55 | 115 |
| Binary | 10101010 | 11011111 | 10111111 | 11000 | 0 | 1110 | 1101 | 10010000 | 101101 | 1001101 |
Color Harmonies of #AADFBF
Complementary color
Monochromatic Colors of #AADFBF
Black with #AADFBF
Text Example
Text Example
White with #AADFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADFBF; }
p { color: rgb(170,223,191); }
H1.HeaderClassName
{
color: #AADFBF;
}
.AnyTagClassName
{
color: #AADFBF;
}
</style>
background-color css
<style>
a { background-color: #AADFBF; }
a { background-color: rgb(170,223,191); }
div.DivClassName
{
background-color: #AADFBF;
}
.BgClassName
{
background-color: #AADFBF;
}
</style>
border-color css
<style>
span { border-color: #AADFBF; }
span { border-color: rgb(170,223,191); }
td.TdClassName
{
border-color: #AADFBF;
}
.TagClassName
{
border-color: #AADFBF;
}
</style>