Shades of Fringy Flower #AFDDC0
Tints of Fringy Flower #AFDDC0
RGB
CMYK
RGB Variations
Color information
#AFDDC0 (or 0xAFDDC0) is known color: Fringy Flower. HEX triplet: AF, DD and C0. RGB value is (175,221,192). Sum of RGB (Red+Green+Blue) = 175+221+192=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDC0 is #50223F. Grayscale: #CCCCCC. Windows color (decimal): -5251648 or 12639663. OLE color: 12639663.
HSL color Cylindrical-coordinate representation of color #AFDDC0: hue angle of 142.17º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDDC0 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 192 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.13 |
| HSL | 142.17º | 0.4% | 0.78% | - |
| HSV(B) | 142.17º | 0.21% | 0.87% | - |
| XYZ | 53.05 | 64.63 | 59.55 | - |
| YUV | 203.94 | 121.26 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 192 | 0.21 | 0 | 0.13 | 0.13 | 142.17 | 0.4 | 0.78 |
| Hex | AF | DD | C0 | 15 | 0 | D | D | 8E | 28 | 4E |
| Octal | 257 | 335 | 300 | 25 | 0 | 15 | 15 | 216 | 50 | 116 |
| Binary | 10101111 | 11011101 | 11000000 | 10101 | 0 | 1101 | 1101 | 10001110 | 101000 | 1001110 |
Color Harmonies of #AFDDC0
Complementary color
Monochromatic Colors of #AFDDC0
Black with #AFDDC0
Text Example
Text Example
White with #AFDDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDC0; }
p { color: rgb(175,221,192); }
H1.HeaderClassName
{
color: #AFDDC0;
}
.AnyTagClassName
{
color: #AFDDC0;
}
</style>
background-color css
<style>
a { background-color: #AFDDC0; }
a { background-color: rgb(175,221,192); }
div.DivClassName
{
background-color: #AFDDC0;
}
.BgClassName
{
background-color: #AFDDC0;
}
</style>
border-color css
<style>
span { border-color: #AFDDC0; }
span { border-color: rgb(175,221,192); }
td.TdClassName
{
border-color: #AFDDC0;
}
.TagClassName
{
border-color: #AFDDC0;
}
</style>