Shades of Edgewater #C5D8CA
Tints of Edgewater #C5D8CA
RGB
CMYK
RGB Variations
Color information
#C5D8CA (or 0xC5D8CA) is known color: Edgewater. HEX triplet: C5, D8 and CA. RGB value is (197,216,202). Sum of RGB (Red+Green+Blue) = 197+216+202=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D8CA is #3A2735. Grayscale: #D0D0D0. Windows color (decimal): -3811126 or 13293765. OLE color: 13293765.
HSL color Cylindrical-coordinate representation of color #C5D8CA: hue angle of 135.79º degrees, saturation: 0.2, 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 #C5D8CA is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 202 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.15 |
| HSL | 135.79º | 0.2% | 0.81% | - |
| HSV(B) | 135.79º | 0.09% | 0.85% | - |
| XYZ | 58.24 | 65.25 | 65.4 | - |
| YUV | 208.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 202 | 0.09 | 0 | 0.06 | 0.15 | 135.79 | 0.2 | 0.81 |
| Hex | C5 | D8 | CA | 9 | 0 | 6 | F | 88 | 14 | 51 |
| Octal | 305 | 330 | 312 | 11 | 0 | 6 | 17 | 210 | 24 | 121 |
| Binary | 11000101 | 11011000 | 11001010 | 1001 | 0 | 110 | 1111 | 10001000 | 10100 | 1010001 |
Color Harmonies of #C5D8CA
Complementary color
Monochromatic Colors of #C5D8CA
Black with #C5D8CA
Text Example
Text Example
White with #C5D8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D8CA; }
p { color: rgb(197,216,202); }
H1.HeaderClassName
{
color: #C5D8CA;
}
.AnyTagClassName
{
color: #C5D8CA;
}
</style>
background-color css
<style>
a { background-color: #C5D8CA; }
a { background-color: rgb(197,216,202); }
div.DivClassName
{
background-color: #C5D8CA;
}
.BgClassName
{
background-color: #C5D8CA;
}
</style>
border-color css
<style>
span { border-color: #C5D8CA; }
span { border-color: rgb(197,216,202); }
td.TdClassName
{
border-color: #C5D8CA;
}
.TagClassName
{
border-color: #C5D8CA;
}
</style>