Shades of Edgewater #C5D9CA
Tints of Edgewater #C5D9CA
RGB
CMYK
RGB Variations
Color information
#C5D9CA (or 0xC5D9CA) is known color: Edgewater. HEX triplet: C5, D9 and CA. RGB value is (197,217,202). Sum of RGB (Red+Green+Blue) = 197+217+202=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D9CA is #3A2635. Grayscale: #D1D1D1. Windows color (decimal): -3810870 or 13294021. OLE color: 13294021.
HSL color Cylindrical-coordinate representation of color #C5D9CA: hue angle of 135º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5D9CA is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 217 | 202 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.15 |
| HSL | 135º | 0.21% | 0.81% | - |
| HSV(B) | 135º | 0.09% | 0.85% | - |
| XYZ | 58.5 | 65.76 | 65.49 | - |
| YUV | 209.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 217 | 202 | 0.09 | 0 | 0.07 | 0.15 | 135 | 0.21 | 0.81 |
| Hex | C5 | D9 | CA | 9 | 0 | 7 | F | 87 | 15 | 51 |
| Octal | 305 | 331 | 312 | 11 | 0 | 7 | 17 | 207 | 25 | 121 |
| Binary | 11000101 | 11011001 | 11001010 | 1001 | 0 | 111 | 1111 | 10000111 | 10101 | 1010001 |
Color Harmonies of #C5D9CA
Complementary color
Monochromatic Colors of #C5D9CA
Black with #C5D9CA
Text Example
Text Example
White with #C5D9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D9CA; }
p { color: rgb(197,217,202); }
H1.HeaderClassName
{
color: #C5D9CA;
}
.AnyTagClassName
{
color: #C5D9CA;
}
</style>
background-color css
<style>
a { background-color: #C5D9CA; }
a { background-color: rgb(197,217,202); }
div.DivClassName
{
background-color: #C5D9CA;
}
.BgClassName
{
background-color: #C5D9CA;
}
</style>
border-color css
<style>
span { border-color: #C5D9CA; }
span { border-color: rgb(197,217,202); }
td.TdClassName
{
border-color: #C5D9CA;
}
.TagClassName
{
border-color: #C5D9CA;
}
</style>