Shades of Edgewater #C5E4C7
Tints of Edgewater #C5E4C7
RGB
CMYK
RGB Variations
Color information
#C5E4C7 (or 0xC5E4C7) is known color: Edgewater. HEX triplet: C5, E4 and C7. RGB value is (197,228,199). Sum of RGB (Red+Green+Blue) = 197+228+199=624 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.57% from 624); Green value is 228 (89.45% from 255 or 36.54% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 228 - color contains mainly: green. Hex color #C5E4C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5E4C7 is #3A1B38. Grayscale: #D7D7D7. Windows color (decimal): -3808057 or 13100229. OLE color: 13100229.
HSL color Cylindrical-coordinate representation of color #C5E4C7: hue angle of 123.87º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5E4C7 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
RGB | 197 | 228 | 199 | - |
CMYK | 0.14 | 0 | 0.13 | 0.11 |
HSL | 123.87º | 0.36% | 0.83% | - |
HSV(B) | 123.87º | 0.14% | 0.89% | - |
XYZ | 61.08 | 71.48 | 64.61 | - |
YUV | 215.43 | 118.73 | 114.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 228 | 199 | 0.14 | 0 | 0.13 | 0.11 | 123.87 | 0.36 | 0.83 |
Hex | C5 | E4 | C7 | E | 0 | D | B | 7C | 24 | 53 |
Octal | 305 | 344 | 307 | 16 | 0 | 15 | 13 | 174 | 44 | 123 |
Binary | 11000101 | 11100100 | 11000111 | 1110 | 0 | 1101 | 1011 | 1111100 | 100100 | 1010011 |
Color Harmonies of #C5E4C7
Complementary color
Monochromatic Colors of #C5E4C7
Black with #C5E4C7
Text Example
Text Example
White with #C5E4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E4C7; }
p { color: rgb(197,228,199); }
H1.HeaderClassName
{
color: #C5E4C7;
}
.AnyTagClassName
{
color: #C5E4C7;
}
</style>
background-color css
<style>
a { background-color: #C5E4C7; }
a { background-color: rgb(197,228,199); }
div.DivClassName
{
background-color: #C5E4C7;
}
.BgClassName
{
background-color: #C5E4C7;
}
</style>
border-color css
<style>
span { border-color: #C5E4C7; }
span { border-color: rgb(197,228,199); }
td.TdClassName
{
border-color: #C5E4C7;
}
.TagClassName
{
border-color: #C5E4C7;
}
</style>