Shades of Fringy Flower #C2EDC1
Tints of Fringy Flower #C2EDC1
RGB
CMYK
RGB Variations
Color information
#C2EDC1 (or 0xC2EDC1) is known color: Fringy Flower. HEX triplet: C2, ED and C1. RGB value is (194,237,193). Sum of RGB (Red+Green+Blue) = 194+237+193=624 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.09% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 193 (75.78% from 255 or 30.93% from 624); Max value from RGB is 237 - color contains mainly: green. Hex color #C2EDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EDC1 is #3D123E. Grayscale: #DBDBDB. Windows color (decimal): -4002367 or 12709314. OLE color: 12709314.
HSL color Cylindrical-coordinate representation of color #C2EDC1: hue angle of 118.64º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2EDC1 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 237 | 193 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.07 |
| HSL | 118.64º | 0.55% | 0.84% | - |
| HSV(B) | 118.64º | 0.19% | 0.93% | - |
| XYZ | 62.16 | 75.89 | 61.82 | - |
| YUV | 219.13 | 113.25 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 237 | 193 | 0.18 | 0 | 0.19 | 0.07 | 118.64 | 0.55 | 0.84 |
| Hex | C2 | ED | C1 | 12 | 0 | 13 | 7 | 77 | 37 | 54 |
| Octal | 302 | 355 | 301 | 22 | 0 | 23 | 7 | 167 | 67 | 124 |
| Binary | 11000010 | 11101101 | 11000001 | 10010 | 0 | 10011 | 111 | 1110111 | 110111 | 1010100 |
Color Harmonies of #C2EDC1
Complementary color
Monochromatic Colors of #C2EDC1
Black with #C2EDC1
Text Example
Text Example
White with #C2EDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EDC1; }
p { color: rgb(194,237,193); }
H1.HeaderClassName
{
color: #C2EDC1;
}
.AnyTagClassName
{
color: #C2EDC1;
}
</style>
background-color css
<style>
a { background-color: #C2EDC1; }
a { background-color: rgb(194,237,193); }
div.DivClassName
{
background-color: #C2EDC1;
}
.BgClassName
{
background-color: #C2EDC1;
}
</style>
border-color css
<style>
span { border-color: #C2EDC1; }
span { border-color: rgb(194,237,193); }
td.TdClassName
{
border-color: #C2EDC1;
}
.TagClassName
{
border-color: #C2EDC1;
}
</style>