Shades of Fringy Flower #C3EEC1
Tints of Fringy Flower #C3EEC1
RGB
CMYK
RGB Variations
Color information
#C3EEC1 (or 0xC3EEC1) is known color: Fringy Flower. HEX triplet: C3, EE and C1. RGB value is (195,238,193). Sum of RGB (Red+Green+Blue) = 195+238+193=626 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.15% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 193 (75.78% from 255 or 30.83% from 626); Max value from RGB is 238 - color contains mainly: green. Hex color #C3EEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EEC1 is #3C113E. Grayscale: #DCDCDC. Windows color (decimal): -3936575 or 12709571. OLE color: 12709571.
HSL color Cylindrical-coordinate representation of color #C3EEC1: hue angle of 117.33º 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 #C3EEC1 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 238 | 193 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.07 |
| HSL | 117.33º | 0.57% | 0.85% | - |
| HSV(B) | 117.33º | 0.19% | 0.93% | - |
| XYZ | 62.71 | 76.6 | 61.93 | - |
| YUV | 220.01 | 112.75 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 238 | 193 | 0.18 | 0 | 0.19 | 0.07 | 117.33 | 0.57 | 0.85 |
| Hex | C3 | EE | C1 | 12 | 0 | 13 | 7 | 75 | 39 | 55 |
| Octal | 303 | 356 | 301 | 22 | 0 | 23 | 7 | 165 | 71 | 125 |
| Binary | 11000011 | 11101110 | 11000001 | 10010 | 0 | 10011 | 111 | 1110101 | 111001 | 1010101 |
Color Harmonies of #C3EEC1
Complementary color
Monochromatic Colors of #C3EEC1
Black with #C3EEC1
Text Example
Text Example
White with #C3EEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EEC1; }
p { color: rgb(195,238,193); }
H1.HeaderClassName
{
color: #C3EEC1;
}
.AnyTagClassName
{
color: #C3EEC1;
}
</style>
background-color css
<style>
a { background-color: #C3EEC1; }
a { background-color: rgb(195,238,193); }
div.DivClassName
{
background-color: #C3EEC1;
}
.BgClassName
{
background-color: #C3EEC1;
}
</style>
border-color css
<style>
span { border-color: #C3EEC1; }
span { border-color: rgb(195,238,193); }
td.TdClassName
{
border-color: #C3EEC1;
}
.TagClassName
{
border-color: #C3EEC1;
}
</style>