Shades of Fringy Flower #AFDDC2
Tints of Fringy Flower #AFDDC2
RGB
CMYK
RGB Variations
Color information
#AFDDC2 (or 0xAFDDC2) is known color: Fringy Flower. HEX triplet: AF, DD and C2. RGB value is (175,221,194). Sum of RGB (Red+Green+Blue) = 175+221+194=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDC2 is #50223D. Grayscale: #CCCCCC. Windows color (decimal): -5251646 or 12770735. OLE color: 12770735.
HSL color Cylindrical-coordinate representation of color #AFDDC2: hue angle of 144.78º 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 #AFDDC2 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 194 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.13 |
| HSL | 144.78º | 0.4% | 0.78% | - |
| HSV(B) | 144.78º | 0.21% | 0.87% | - |
| XYZ | 53.27 | 64.72 | 60.72 | - |
| YUV | 204.17 | 122.26 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 194 | 0.21 | 0 | 0.12 | 0.13 | 144.78 | 0.4 | 0.78 |
| Hex | AF | DD | C2 | 15 | 0 | C | D | 91 | 28 | 4E |
| Octal | 257 | 335 | 302 | 25 | 0 | 14 | 15 | 221 | 50 | 116 |
| Binary | 10101111 | 11011101 | 11000010 | 10101 | 0 | 1100 | 1101 | 10010001 | 101000 | 1001110 |
Color Harmonies of #AFDDC2
Complementary color
Monochromatic Colors of #AFDDC2
Black with #AFDDC2
Text Example
Text Example
White with #AFDDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDC2; }
p { color: rgb(175,221,194); }
H1.HeaderClassName
{
color: #AFDDC2;
}
.AnyTagClassName
{
color: #AFDDC2;
}
</style>
background-color css
<style>
a { background-color: #AFDDC2; }
a { background-color: rgb(175,221,194); }
div.DivClassName
{
background-color: #AFDDC2;
}
.BgClassName
{
background-color: #AFDDC2;
}
</style>
border-color css
<style>
span { border-color: #AFDDC2; }
span { border-color: rgb(175,221,194); }
td.TdClassName
{
border-color: #AFDDC2;
}
.TagClassName
{
border-color: #AFDDC2;
}
</style>