Shades of Fringy Flower #C3ECC2
Tints of Fringy Flower #C3ECC2
RGB
CMYK
RGB Variations
Color information
#C3ECC2 (or 0xC3ECC2) is known color: Fringy Flower. HEX triplet: C3, EC and C2. RGB value is (195,236,194). Sum of RGB (Red+Green+Blue) = 195+236+194=625 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.2% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 194 (76.17% from 255 or 31.04% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #C3ECC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3ECC2 is #3C133D. Grayscale: #DBDBDB. Windows color (decimal): -3937086 or 12774595. OLE color: 12774595.
HSL color Cylindrical-coordinate representation of color #C3ECC2: hue angle of 118.57º 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 #C3ECC2 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 236 | 194 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.07 |
| HSL | 118.57º | 0.53% | 0.84% | - |
| HSV(B) | 118.57º | 0.18% | 0.93% | - |
| XYZ | 62.24 | 75.49 | 62.33 | - |
| YUV | 218.95 | 113.92 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 236 | 194 | 0.17 | 0 | 0.18 | 0.07 | 118.57 | 0.53 | 0.84 |
| Hex | C3 | EC | C2 | 11 | 0 | 12 | 7 | 77 | 34 | 54 |
| Octal | 303 | 354 | 302 | 21 | 0 | 22 | 7 | 167 | 64 | 124 |
| Binary | 11000011 | 11101100 | 11000010 | 10001 | 0 | 10010 | 111 | 1110111 | 110100 | 1010100 |
Color Harmonies of #C3ECC2
Complementary color
Monochromatic Colors of #C3ECC2
Black with #C3ECC2
Text Example
Text Example
White with #C3ECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ECC2; }
p { color: rgb(195,236,194); }
H1.HeaderClassName
{
color: #C3ECC2;
}
.AnyTagClassName
{
color: #C3ECC2;
}
</style>
background-color css
<style>
a { background-color: #C3ECC2; }
a { background-color: rgb(195,236,194); }
div.DivClassName
{
background-color: #C3ECC2;
}
.BgClassName
{
background-color: #C3ECC2;
}
</style>
border-color css
<style>
span { border-color: #C3ECC2; }
span { border-color: rgb(195,236,194); }
td.TdClassName
{
border-color: #C3ECC2;
}
.TagClassName
{
border-color: #C3ECC2;
}
</style>