Shades of Fringy Flower #C1EBC1
Tints of Fringy Flower #C1EBC1
RGB
CMYK
RGB Variations
Color information
#C1EBC1 (or 0xC1EBC1) is known color: Fringy Flower. HEX triplet: C1, EB and C1. RGB value is (193,235,193). Sum of RGB (Red+Green+Blue) = 193+235+193=621 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.08% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 193 (75.78% from 255 or 31.08% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EBC1 is #3E143E. Grayscale: #D9D9D9. Windows color (decimal): -4068415 or 12708801. OLE color: 12708801.
HSL color Cylindrical-coordinate representation of color #C1EBC1: hue angle of 120º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1EBC1 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 235 | 193 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.08 |
| HSL | 120º | 0.51% | 0.84% | - |
| HSV(B) | 120º | 0.18% | 0.92% | - |
| XYZ | 61.33 | 74.6 | 61.62 | - |
| YUV | 217.65 | 114.09 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 235 | 193 | 0.18 | 0 | 0.18 | 0.08 | 120 | 0.51 | 0.84 |
| Hex | C1 | EB | C1 | 12 | 0 | 12 | 8 | 78 | 33 | 54 |
| Octal | 301 | 353 | 301 | 22 | 0 | 22 | 10 | 170 | 63 | 124 |
| Binary | 11000001 | 11101011 | 11000001 | 10010 | 0 | 10010 | 1000 | 1111000 | 110011 | 1010100 |
Color Harmonies of #C1EBC1
Complementary color
Monochromatic Colors of #C1EBC1
Black with #C1EBC1
Text Example
Text Example
White with #C1EBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EBC1; }
p { color: rgb(193,235,193); }
H1.HeaderClassName
{
color: #C1EBC1;
}
.AnyTagClassName
{
color: #C1EBC1;
}
</style>
background-color css
<style>
a { background-color: #C1EBC1; }
a { background-color: rgb(193,235,193); }
div.DivClassName
{
background-color: #C1EBC1;
}
.BgClassName
{
background-color: #C1EBC1;
}
</style>
border-color css
<style>
span { border-color: #C1EBC1; }
span { border-color: rgb(193,235,193); }
td.TdClassName
{
border-color: #C1EBC1;
}
.TagClassName
{
border-color: #C1EBC1;
}
</style>