Shades of Fringy Flower #AFDDC1
Tints of Fringy Flower #AFDDC1
RGB
CMYK
RGB Variations
Color information
#AFDDC1 (or 0xAFDDC1) is known color: Fringy Flower. HEX triplet: AF, DD and C1. RGB value is (175,221,193). Sum of RGB (Red+Green+Blue) = 175+221+193=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDC1 is #50223E. Grayscale: #CCCCCC. Windows color (decimal): -5251647 or 12705199. OLE color: 12705199.
HSL color Cylindrical-coordinate representation of color #AFDDC1: hue angle of 143.48º 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 #AFDDC1 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 193 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.13 |
| HSL | 143.48º | 0.4% | 0.78% | - |
| HSV(B) | 143.48º | 0.21% | 0.87% | - |
| XYZ | 53.16 | 64.68 | 60.13 | - |
| YUV | 204.05 | 121.76 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 193 | 0.21 | 0 | 0.13 | 0.13 | 143.48 | 0.4 | 0.78 |
| Hex | AF | DD | C1 | 15 | 0 | D | D | 8F | 28 | 4E |
| Octal | 257 | 335 | 301 | 25 | 0 | 15 | 15 | 217 | 50 | 116 |
| Binary | 10101111 | 11011101 | 11000001 | 10101 | 0 | 1101 | 1101 | 10001111 | 101000 | 1001110 |
Color Harmonies of #AFDDC1
Complementary color
Monochromatic Colors of #AFDDC1
Black with #AFDDC1
Text Example
Text Example
White with #AFDDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDC1; }
p { color: rgb(175,221,193); }
H1.HeaderClassName
{
color: #AFDDC1;
}
.AnyTagClassName
{
color: #AFDDC1;
}
</style>
background-color css
<style>
a { background-color: #AFDDC1; }
a { background-color: rgb(175,221,193); }
div.DivClassName
{
background-color: #AFDDC1;
}
.BgClassName
{
background-color: #AFDDC1;
}
</style>
border-color css
<style>
span { border-color: #AFDDC1; }
span { border-color: rgb(175,221,193); }
td.TdClassName
{
border-color: #AFDDC1;
}
.TagClassName
{
border-color: #AFDDC1;
}
</style>