Shades of Fringy Flower #C2ECC2
Tints of Fringy Flower #C2ECC2
RGB
CMYK
RGB Variations
Color information
#C2ECC2 (or 0xC2ECC2) is known color: Fringy Flower. HEX triplet: C2, EC and C2. RGB value is (194,236,194). Sum of RGB (Red+Green+Blue) = 194+236+194=624 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.09% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 236 - color contains mainly: green. Hex color #C2ECC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2ECC2 is #3D133D. Grayscale: #DADADA. Windows color (decimal): -4002622 or 12774594. OLE color: 12774594.
HSL color Cylindrical-coordinate representation of color #C2ECC2: hue angle of 120º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2ECC2 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 236 | 194 | - |
CMYK | 0.18 | 0 | 0.18 | 0.07 |
HSL | 120º | 0.53% | 0.84% | - |
HSV(B) | 120º | 0.18% | 0.93% | - |
XYZ | 61.98 | 75.36 | 62.32 | - |
YUV | 218.65 | 114.09 | 110.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 236 | 194 | 0.18 | 0 | 0.18 | 0.07 | 120 | 0.53 | 0.84 |
Hex | C2 | EC | C2 | 12 | 0 | 12 | 7 | 78 | 34 | 54 |
Octal | 302 | 354 | 302 | 22 | 0 | 22 | 7 | 170 | 64 | 124 |
Binary | 11000010 | 11101100 | 11000010 | 10010 | 0 | 10010 | 111 | 1111000 | 110100 | 1010100 |
Color Harmonies of #C2ECC2
Complementary color
Monochromatic Colors of #C2ECC2
Black with #C2ECC2
Text Example
Text Example
White with #C2ECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ECC2; }
p { color: rgb(194,236,194); }
H1.HeaderClassName
{
color: #C2ECC2;
}
.AnyTagClassName
{
color: #C2ECC2;
}
</style>
background-color css
<style>
a { background-color: #C2ECC2; }
a { background-color: rgb(194,236,194); }
div.DivClassName
{
background-color: #C2ECC2;
}
.BgClassName
{
background-color: #C2ECC2;
}
</style>
border-color css
<style>
span { border-color: #C2ECC2; }
span { border-color: rgb(194,236,194); }
td.TdClassName
{
border-color: #C2ECC2;
}
.TagClassName
{
border-color: #C2ECC2;
}
</style>