Shades of Fringy Flower #C2EEC1
Tints of Fringy Flower #C2EEC1
RGB
CMYK
RGB Variations
Color information
#C2EEC1 (or 0xC2EEC1) is known color: Fringy Flower. HEX triplet: C2, EE and C1. RGB value is (194,238,193). Sum of RGB (Red+Green+Blue) = 194+238+193=625 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.04% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 193 (75.78% from 255 or 30.88% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EEC1 is #3D113E. Grayscale: #DBDBDB. Windows color (decimal): -4002111 or 12709570. OLE color: 12709570.
HSL color Cylindrical-coordinate representation of color #C2EEC1: hue angle of 118.67º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2EEC1 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 238 | 193 | - |
CMYK | 0.18 | 0 | 0.19 | 0.07 |
HSL | 118.67º | 0.57% | 0.85% | - |
HSV(B) | 118.67º | 0.19% | 0.93% | - |
XYZ | 62.45 | 76.47 | 61.92 | - |
YUV | 219.71 | 112.92 | 109.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 238 | 193 | 0.18 | 0 | 0.19 | 0.07 | 118.67 | 0.57 | 0.85 |
Hex | C2 | EE | C1 | 12 | 0 | 13 | 7 | 77 | 39 | 55 |
Octal | 302 | 356 | 301 | 22 | 0 | 23 | 7 | 167 | 71 | 125 |
Binary | 11000010 | 11101110 | 11000001 | 10010 | 0 | 10011 | 111 | 1110111 | 111001 | 1010101 |
Color Harmonies of #C2EEC1
Complementary color
Monochromatic Colors of #C2EEC1
Black with #C2EEC1
Text Example
Text Example
White with #C2EEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EEC1; }
p { color: rgb(194,238,193); }
H1.HeaderClassName
{
color: #C2EEC1;
}
.AnyTagClassName
{
color: #C2EEC1;
}
</style>
background-color css
<style>
a { background-color: #C2EEC1; }
a { background-color: rgb(194,238,193); }
div.DivClassName
{
background-color: #C2EEC1;
}
.BgClassName
{
background-color: #C2EEC1;
}
</style>
border-color css
<style>
span { border-color: #C2EEC1; }
span { border-color: rgb(194,238,193); }
td.TdClassName
{
border-color: #C2EEC1;
}
.TagClassName
{
border-color: #C2EEC1;
}
</style>