Shades of Edgewater #C2E1C5
Tints of Edgewater #C2E1C5
RGB
CMYK
RGB Variations
Color information
#C2E1C5 (or 0xC2E1C5) is known color: Edgewater. HEX triplet: C2, E1 and C5. RGB value is (194,225,197). Sum of RGB (Red+Green+Blue) = 194+225+197=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 197 (77.34% from 255 or 31.98% from 616); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E1C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E1C5 is #3D1E3A. Grayscale: #D4D4D4. Windows color (decimal): -4005435 or 12968386. OLE color: 12968386.
HSL color Cylindrical-coordinate representation of color #C2E1C5: hue angle of 125.81º degrees, saturation: 0.34, 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 #C2E1C5 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 225 | 197 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.12 |
| HSL | 125.81º | 0.34% | 0.82% | - |
| HSV(B) | 125.81º | 0.14% | 0.88% | - |
| XYZ | 59.25 | 69.35 | 63.09 | - |
| YUV | 212.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 225 | 197 | 0.14 | 0 | 0.12 | 0.12 | 125.81 | 0.34 | 0.82 |
| Hex | C2 | E1 | C5 | E | 0 | C | C | 7E | 22 | 52 |
| Octal | 302 | 341 | 305 | 16 | 0 | 14 | 14 | 176 | 42 | 122 |
| Binary | 11000010 | 11100001 | 11000101 | 1110 | 0 | 1100 | 1100 | 1111110 | 100010 | 1010010 |
Color Harmonies of #C2E1C5
Complementary color
Monochromatic Colors of #C2E1C5
Black with #C2E1C5
Text Example
Text Example
White with #C2E1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E1C5; }
p { color: rgb(194,225,197); }
H1.HeaderClassName
{
color: #C2E1C5;
}
.AnyTagClassName
{
color: #C2E1C5;
}
</style>
background-color css
<style>
a { background-color: #C2E1C5; }
a { background-color: rgb(194,225,197); }
div.DivClassName
{
background-color: #C2E1C5;
}
.BgClassName
{
background-color: #C2E1C5;
}
</style>
border-color css
<style>
span { border-color: #C2E1C5; }
span { border-color: rgb(194,225,197); }
td.TdClassName
{
border-color: #C2E1C5;
}
.TagClassName
{
border-color: #C2E1C5;
}
</style>