Shades of Fringy Flower #C1EAC2
Tints of Fringy Flower #C1EAC2
RGB
CMYK
RGB Variations
Color information
#C1EAC2 (or 0xC1EAC2) is known color: Fringy Flower. HEX triplet: C1, EA and C2. RGB value is (193,234,194). Sum of RGB (Red+Green+Blue) = 193+234+194=621 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.08% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 234 - color contains mainly: green. Hex color #C1EAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EAC2 is #3E153D. Grayscale: #D9D9D9. Windows color (decimal): -4068670 or 12774081. OLE color: 12774081.
HSL color Cylindrical-coordinate representation of color #C1EAC2: hue angle of 121.46º degrees, saturation: 0.49, 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 #C1EAC2 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 234 | 194 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.08 |
| HSL | 121.46º | 0.49% | 0.84% | - |
| HSV(B) | 121.46º | 0.18% | 0.92% | - |
| XYZ | 61.15 | 74.08 | 62.11 | - |
| YUV | 217.18 | 114.92 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 234 | 194 | 0.18 | 0 | 0.17 | 0.08 | 121.46 | 0.49 | 0.84 |
| Hex | C1 | EA | C2 | 12 | 0 | 11 | 8 | 79 | 31 | 54 |
| Octal | 301 | 352 | 302 | 22 | 0 | 21 | 10 | 171 | 61 | 124 |
| Binary | 11000001 | 11101010 | 11000010 | 10010 | 0 | 10001 | 1000 | 1111001 | 110001 | 1010100 |
Color Harmonies of #C1EAC2
Complementary color
Monochromatic Colors of #C1EAC2
Black with #C1EAC2
Text Example
Text Example
White with #C1EAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EAC2; }
p { color: rgb(193,234,194); }
H1.HeaderClassName
{
color: #C1EAC2;
}
.AnyTagClassName
{
color: #C1EAC2;
}
</style>
background-color css
<style>
a { background-color: #C1EAC2; }
a { background-color: rgb(193,234,194); }
div.DivClassName
{
background-color: #C1EAC2;
}
.BgClassName
{
background-color: #C1EAC2;
}
</style>
border-color css
<style>
span { border-color: #C1EAC2; }
span { border-color: rgb(193,234,194); }
td.TdClassName
{
border-color: #C1EAC2;
}
.TagClassName
{
border-color: #C1EAC2;
}
</style>