Shades of Fringy Flower #AFDEBC
Tints of Fringy Flower #AFDEBC
RGB
CMYK
RGB Variations
Color information
#AFDEBC (or 0xAFDEBC) is known color: Fringy Flower. HEX triplet: AF, DE and BC. RGB value is (175,222,188). Sum of RGB (Red+Green+Blue) = 175+222+188=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDEBC is #502143. Grayscale: #CCCCCC. Windows color (decimal): -5251396 or 12377775. OLE color: 12377775.
HSL color Cylindrical-coordinate representation of color #AFDEBC: hue angle of 136.6º degrees, saturation: 0.42, 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 #AFDEBC is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 188 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.13 |
| HSL | 136.6º | 0.42% | 0.78% | - |
| HSV(B) | 136.6º | 0.21% | 0.87% | - |
| XYZ | 52.88 | 64.99 | 57.33 | - |
| YUV | 204.07 | 118.93 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 188 | 0.21 | 0 | 0.15 | 0.13 | 136.6 | 0.42 | 0.78 |
| Hex | AF | DE | BC | 15 | 0 | F | D | 89 | 2A | 4E |
| Octal | 257 | 336 | 274 | 25 | 0 | 17 | 15 | 211 | 52 | 116 |
| Binary | 10101111 | 11011110 | 10111100 | 10101 | 0 | 1111 | 1101 | 10001001 | 101010 | 1001110 |
Color Harmonies of #AFDEBC
Complementary color
Monochromatic Colors of #AFDEBC
Black with #AFDEBC
Text Example
Text Example
White with #AFDEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDEBC; }
p { color: rgb(175,222,188); }
H1.HeaderClassName
{
color: #AFDEBC;
}
.AnyTagClassName
{
color: #AFDEBC;
}
</style>
background-color css
<style>
a { background-color: #AFDEBC; }
a { background-color: rgb(175,222,188); }
div.DivClassName
{
background-color: #AFDEBC;
}
.BgClassName
{
background-color: #AFDEBC;
}
</style>
border-color css
<style>
span { border-color: #AFDEBC; }
span { border-color: rgb(175,222,188); }
td.TdClassName
{
border-color: #AFDEBC;
}
.TagClassName
{
border-color: #AFDEBC;
}
</style>