Shades of Edgewater #C5D7C8
Tints of Edgewater #C5D7C8
RGB
CMYK
RGB Variations
Color information
#C5D7C8 (or 0xC5D7C8) is known color: Edgewater. HEX triplet: C5, D7 and C8. RGB value is (197,215,200). Sum of RGB (Red+Green+Blue) = 197+215+200=612 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.19% from 612); Green value is 215 (84.38% from 255 or 35.13% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D7C8 is #3A2837. Grayscale: #CFCFCF. Windows color (decimal): -3811384 or 13162437. OLE color: 13162437.
HSL color Cylindrical-coordinate representation of color #C5D7C8: hue angle of 130º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5D7C8 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 215 | 200 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.16 |
| HSL | 130º | 0.18% | 0.81% | - |
| HSV(B) | 130º | 0.08% | 0.84% | - |
| XYZ | 57.75 | 64.64 | 64.08 | - |
| YUV | 207.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 215 | 200 | 0.08 | 0 | 0.07 | 0.16 | 130 | 0.18 | 0.81 |
| Hex | C5 | D7 | C8 | 8 | 0 | 7 | 10 | 82 | 12 | 51 |
| Octal | 305 | 327 | 310 | 10 | 0 | 7 | 20 | 202 | 22 | 121 |
| Binary | 11000101 | 11010111 | 11001000 | 1000 | 0 | 111 | 10000 | 10000010 | 10010 | 1010001 |
Color Harmonies of #C5D7C8
Complementary color
Monochromatic Colors of #C5D7C8
Black with #C5D7C8
Text Example
Text Example
White with #C5D7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D7C8; }
p { color: rgb(197,215,200); }
H1.HeaderClassName
{
color: #C5D7C8;
}
.AnyTagClassName
{
color: #C5D7C8;
}
</style>
background-color css
<style>
a { background-color: #C5D7C8; }
a { background-color: rgb(197,215,200); }
div.DivClassName
{
background-color: #C5D7C8;
}
.BgClassName
{
background-color: #C5D7C8;
}
</style>
border-color css
<style>
span { border-color: #C5D7C8; }
span { border-color: rgb(197,215,200); }
td.TdClassName
{
border-color: #C5D7C8;
}
.TagClassName
{
border-color: #C5D7C8;
}
</style>