Shades of Fringy Flower #AFDEC1
Tints of Fringy Flower #AFDEC1
RGB
CMYK
RGB Variations
Color information
#AFDEC1 (or 0xAFDEC1) is known color: Fringy Flower. HEX triplet: AF, DE and C1. RGB value is (175,222,193). Sum of RGB (Red+Green+Blue) = 175+222+193=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDEC1 is #50213E. Grayscale: #CCCCCC. Windows color (decimal): -5251391 or 12705455. OLE color: 12705455.
HSL color Cylindrical-coordinate representation of color #AFDEC1: hue angle of 142.98º 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 #AFDEC1 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 193 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.13 |
| HSL | 142.98º | 0.42% | 0.78% | - |
| HSV(B) | 142.98º | 0.21% | 0.87% | - |
| XYZ | 53.43 | 65.21 | 60.22 | - |
| YUV | 204.64 | 121.43 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 193 | 0.21 | 0 | 0.13 | 0.13 | 142.98 | 0.42 | 0.78 |
| Hex | AF | DE | C1 | 15 | 0 | D | D | 8F | 2A | 4E |
| Octal | 257 | 336 | 301 | 25 | 0 | 15 | 15 | 217 | 52 | 116 |
| Binary | 10101111 | 11011110 | 11000001 | 10101 | 0 | 1101 | 1101 | 10001111 | 101010 | 1001110 |
Color Harmonies of #AFDEC1
Complementary color
Monochromatic Colors of #AFDEC1
Black with #AFDEC1
Text Example
Text Example
White with #AFDEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDEC1; }
p { color: rgb(175,222,193); }
H1.HeaderClassName
{
color: #AFDEC1;
}
.AnyTagClassName
{
color: #AFDEC1;
}
</style>
background-color css
<style>
a { background-color: #AFDEC1; }
a { background-color: rgb(175,222,193); }
div.DivClassName
{
background-color: #AFDEC1;
}
.BgClassName
{
background-color: #AFDEC1;
}
</style>
border-color css
<style>
span { border-color: #AFDEC1; }
span { border-color: rgb(175,222,193); }
td.TdClassName
{
border-color: #AFDEC1;
}
.TagClassName
{
border-color: #AFDEC1;
}
</style>