Shades of Edgewater #C2E2C5
Tints of Edgewater #C2E2C5
RGB
CMYK
RGB Variations
Color information
#C2E2C5 (or 0xC2E2C5) is known color: Edgewater. HEX triplet: C2, E2 and C5. RGB value is (194,226,197). Sum of RGB (Red+Green+Blue) = 194+226+197=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 197 (77.34% from 255 or 31.93% from 617); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E2C5 is #3D1D3A. Grayscale: #D5D5D5. Windows color (decimal): -4005179 or 12968642. OLE color: 12968642.
HSL color Cylindrical-coordinate representation of color #C2E2C5: hue angle of 125.62º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2E2C5 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 226 | 197 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.11 |
| HSL | 125.63º | 0.36% | 0.82% | - |
| HSV(B) | 125.63º | 0.14% | 0.89% | - |
| XYZ | 59.52 | 69.89 | 63.18 | - |
| YUV | 213.13 | 118.9 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 226 | 197 | 0.14 | 0 | 0.13 | 0.11 | 125.63 | 0.36 | 0.82 |
| Hex | C2 | E2 | C5 | E | 0 | D | B | 7E | 24 | 52 |
| Octal | 302 | 342 | 305 | 16 | 0 | 15 | 13 | 176 | 44 | 122 |
| Binary | 11000010 | 11100010 | 11000101 | 1110 | 0 | 1101 | 1011 | 1111110 | 100100 | 1010010 |
Color Harmonies of #C2E2C5
Complementary color
Monochromatic Colors of #C2E2C5
Black with #C2E2C5
Text Example
Text Example
White with #C2E2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E2C5; }
p { color: rgb(194,226,197); }
H1.HeaderClassName
{
color: #C2E2C5;
}
.AnyTagClassName
{
color: #C2E2C5;
}
</style>
background-color css
<style>
a { background-color: #C2E2C5; }
a { background-color: rgb(194,226,197); }
div.DivClassName
{
background-color: #C2E2C5;
}
.BgClassName
{
background-color: #C2E2C5;
}
</style>
border-color css
<style>
span { border-color: #C2E2C5; }
span { border-color: rgb(194,226,197); }
td.TdClassName
{
border-color: #C2E2C5;
}
.TagClassName
{
border-color: #C2E2C5;
}
</style>