Shades of Edgewater #C4E5C6
Tints of Edgewater #C4E5C6
RGB
CMYK
RGB Variations
Color information
#C4E5C6 (or 0xC4E5C6) is known color: Edgewater. HEX triplet: C4, E5 and C6. RGB value is (196,229,198). Sum of RGB (Red+Green+Blue) = 196+229+198=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 229 - color contains mainly: green. Hex color #C4E5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4E5C6 is #3B1A39. Grayscale: #D7D7D7. Windows color (decimal): -3873338 or 13034948. OLE color: 13034948.
HSL color Cylindrical-coordinate representation of color #C4E5C6: hue angle of 123.64º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4E5C6 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 229 | 198 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.10 |
| HSL | 123.64º | 0.39% | 0.83% | - |
| HSV(B) | 123.64º | 0.14% | 0.9% | - |
| XYZ | 60.98 | 71.85 | 64.08 | - |
| YUV | 215.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 229 | 198 | 0.14 | 0 | 0.14 | 0.10 | 123.64 | 0.39 | 0.83 |
| Hex | C4 | E5 | C6 | E | 0 | E | A | 7C | 27 | 53 |
| Octal | 304 | 345 | 306 | 16 | 0 | 16 | 12 | 174 | 47 | 123 |
| Binary | 11000100 | 11100101 | 11000110 | 1110 | 0 | 1110 | 1010 | 1111100 | 100111 | 1010011 |
Color Harmonies of #C4E5C6
Complementary color
Monochromatic Colors of #C4E5C6
Black with #C4E5C6
Text Example
Text Example
White with #C4E5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E5C6; }
p { color: rgb(196,229,198); }
H1.HeaderClassName
{
color: #C4E5C6;
}
.AnyTagClassName
{
color: #C4E5C6;
}
</style>
background-color css
<style>
a { background-color: #C4E5C6; }
a { background-color: rgb(196,229,198); }
div.DivClassName
{
background-color: #C4E5C6;
}
.BgClassName
{
background-color: #C4E5C6;
}
</style>
border-color css
<style>
span { border-color: #C4E5C6; }
span { border-color: rgb(196,229,198); }
td.TdClassName
{
border-color: #C4E5C6;
}
.TagClassName
{
border-color: #C4E5C6;
}
</style>