Shades of Edgewater #C1E1C4
Tints of Edgewater #C1E1C4
RGB
CMYK
RGB Variations
Color information
#C1E1C4 (or 0xC1E1C4) is known color: Edgewater. HEX triplet: C1, E1 and C4. RGB value is (193,225,196). Sum of RGB (Red+Green+Blue) = 193+225+196=614 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.43% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1E1C4 is #3E1E3B. Grayscale: #D4D4D4. Windows color (decimal): -4070972 or 12902849. OLE color: 12902849.
HSL color Cylindrical-coordinate representation of color #C1E1C4: hue angle of 125.62º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1E1C4 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 225 | 196 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.12 |
| HSL | 125.63º | 0.35% | 0.82% | - |
| HSV(B) | 125.63º | 0.14% | 0.88% | - |
| XYZ | 58.88 | 69.17 | 62.47 | - |
| YUV | 212.13 | 118.9 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 225 | 196 | 0.14 | 0 | 0.13 | 0.12 | 125.63 | 0.35 | 0.82 |
| Hex | C1 | E1 | C4 | E | 0 | D | C | 7E | 23 | 52 |
| Octal | 301 | 341 | 304 | 16 | 0 | 15 | 14 | 176 | 43 | 122 |
| Binary | 11000001 | 11100001 | 11000100 | 1110 | 0 | 1101 | 1100 | 1111110 | 100011 | 1010010 |
Color Harmonies of #C1E1C4
Complementary color
Monochromatic Colors of #C1E1C4
Black with #C1E1C4
Text Example
Text Example
White with #C1E1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E1C4; }
p { color: rgb(193,225,196); }
H1.HeaderClassName
{
color: #C1E1C4;
}
.AnyTagClassName
{
color: #C1E1C4;
}
</style>
background-color css
<style>
a { background-color: #C1E1C4; }
a { background-color: rgb(193,225,196); }
div.DivClassName
{
background-color: #C1E1C4;
}
.BgClassName
{
background-color: #C1E1C4;
}
</style>
border-color css
<style>
span { border-color: #C1E1C4; }
span { border-color: rgb(193,225,196); }
td.TdClassName
{
border-color: #C1E1C4;
}
.TagClassName
{
border-color: #C1E1C4;
}
</style>