Shades of Edgewater #C5D7CB
Tints of Edgewater #C5D7CB
RGB
CMYK
RGB Variations
Color information
#C5D7CB (or 0xC5D7CB) is known color: Edgewater. HEX triplet: C5, D7 and CB. RGB value is (197,215,203). Sum of RGB (Red+Green+Blue) = 197+215+203=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 215 (84.38% from 255 or 34.96% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D7CB is #3A2834. Grayscale: #D0D0D0. Windows color (decimal): -3811381 or 13359045. OLE color: 13359045.
HSL color Cylindrical-coordinate representation of color #C5D7CB: hue angle of 140º 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 #C5D7CB is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 215 | 203 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.16 |
| HSL | 140º | 0.18% | 0.81% | - |
| HSV(B) | 140º | 0.08% | 0.84% | - |
| XYZ | 58.11 | 64.78 | 65.94 | - |
| YUV | 208.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 215 | 203 | 0.08 | 0 | 0.06 | 0.16 | 140 | 0.18 | 0.81 |
| Hex | C5 | D7 | CB | 8 | 0 | 6 | 10 | 8C | 12 | 51 |
| Octal | 305 | 327 | 313 | 10 | 0 | 6 | 20 | 214 | 22 | 121 |
| Binary | 11000101 | 11010111 | 11001011 | 1000 | 0 | 110 | 10000 | 10001100 | 10010 | 1010001 |
Color Harmonies of #C5D7CB
Complementary color
Monochromatic Colors of #C5D7CB
Black with #C5D7CB
Text Example
Text Example
White with #C5D7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D7CB; }
p { color: rgb(197,215,203); }
H1.HeaderClassName
{
color: #C5D7CB;
}
.AnyTagClassName
{
color: #C5D7CB;
}
</style>
background-color css
<style>
a { background-color: #C5D7CB; }
a { background-color: rgb(197,215,203); }
div.DivClassName
{
background-color: #C5D7CB;
}
.BgClassName
{
background-color: #C5D7CB;
}
</style>
border-color css
<style>
span { border-color: #C5D7CB; }
span { border-color: rgb(197,215,203); }
td.TdClassName
{
border-color: #C5D7CB;
}
.TagClassName
{
border-color: #C5D7CB;
}
</style>