Shades of Fringy Flower #C1EBBE
Tints of Fringy Flower #C1EBBE
RGB
CMYK
RGB Variations
Color information
#C1EBBE (or 0xC1EBBE) is known color: Fringy Flower. HEX triplet: C1, EB and BE. RGB value is (193,235,190). Sum of RGB (Red+Green+Blue) = 193+235+190=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EBBE is #3E1441. Grayscale: #D9D9D9. Windows color (decimal): -4068418 or 12512193. OLE color: 12512193.
HSL color Cylindrical-coordinate representation of color #C1EBBE: hue angle of 116º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1EBBE is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 235 | 190 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.08 |
| HSL | 116º | 0.53% | 0.83% | - |
| HSV(B) | 116º | 0.19% | 0.92% | - |
| XYZ | 60.99 | 74.47 | 59.87 | - |
| YUV | 217.31 | 112.59 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 235 | 190 | 0.18 | 0 | 0.19 | 0.08 | 116 | 0.53 | 0.83 |
| Hex | C1 | EB | BE | 12 | 0 | 13 | 8 | 74 | 35 | 53 |
| Octal | 301 | 353 | 276 | 22 | 0 | 23 | 10 | 164 | 65 | 123 |
| Binary | 11000001 | 11101011 | 10111110 | 10010 | 0 | 10011 | 1000 | 1110100 | 110101 | 1010011 |
Color Harmonies of #C1EBBE
Complementary color
Monochromatic Colors of #C1EBBE
Black with #C1EBBE
Text Example
Text Example
White with #C1EBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EBBE; }
p { color: rgb(193,235,190); }
H1.HeaderClassName
{
color: #C1EBBE;
}
.AnyTagClassName
{
color: #C1EBBE;
}
</style>
background-color css
<style>
a { background-color: #C1EBBE; }
a { background-color: rgb(193,235,190); }
div.DivClassName
{
background-color: #C1EBBE;
}
.BgClassName
{
background-color: #C1EBBE;
}
</style>
border-color css
<style>
span { border-color: #C1EBBE; }
span { border-color: rgb(193,235,190); }
td.TdClassName
{
border-color: #C1EBBE;
}
.TagClassName
{
border-color: #C1EBBE;
}
</style>