Shades of Water Leaf #C1EFE3
Tints of Water Leaf #C1EFE3
RGB
CMYK
RGB Variations
Color information
#C1EFE3 (or 0xC1EFE3) is known color: Water Leaf. HEX triplet: C1, EF and E3. RGB value is (193,239,227). Sum of RGB (Red+Green+Blue) = 193+239+227=659 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.29% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 227 (89.06% from 255 or 34.45% from 659); Max value from RGB is 239 - color contains mainly: green. Hex color #C1EFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EFE3 is #3E101C. Grayscale: #DFDFDF. Windows color (decimal): -4067357 or 14938049. OLE color: 14938049.
HSL color Cylindrical-coordinate representation of color #C1EFE3: hue angle of 164.35º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1EFE3 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 239 | 227 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.06 |
| HSL | 164.35º | 0.59% | 0.85% | - |
| HSV(B) | 164.35º | 0.19% | 0.94% | - |
| XYZ | 66.72 | 78.62 | 84.33 | - |
| YUV | 223.88 | 129.76 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 239 | 227 | 0.19 | 0 | 0.05 | 0.06 | 164.35 | 0.59 | 0.85 |
| Hex | C1 | EF | E3 | 13 | 0 | 5 | 6 | A4 | 3B | 55 |
| Octal | 301 | 357 | 343 | 23 | 0 | 5 | 6 | 244 | 73 | 125 |
| Binary | 11000001 | 11101111 | 11100011 | 10011 | 0 | 101 | 110 | 10100100 | 111011 | 1010101 |
Color Harmonies of #C1EFE3
Complementary color
Monochromatic Colors of #C1EFE3
Black with #C1EFE3
Text Example
Text Example
White with #C1EFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EFE3; }
p { color: rgb(193,239,227); }
H1.HeaderClassName
{
color: #C1EFE3;
}
.AnyTagClassName
{
color: #C1EFE3;
}
</style>
background-color css
<style>
a { background-color: #C1EFE3; }
a { background-color: rgb(193,239,227); }
div.DivClassName
{
background-color: #C1EFE3;
}
.BgClassName
{
background-color: #C1EFE3;
}
</style>
border-color css
<style>
span { border-color: #C1EFE3; }
span { border-color: rgb(193,239,227); }
td.TdClassName
{
border-color: #C1EFE3;
}
.TagClassName
{
border-color: #C1EFE3;
}
</style>