Shades of Edgewater #C7D5CB
Tints of Edgewater #C7D5CB
RGB
CMYK
RGB Variations
Color information
#C7D5CB (or 0xC7D5CB) is known color: Edgewater. HEX triplet: C7, D5 and CB. RGB value is (199,213,203). Sum of RGB (Red+Green+Blue) = 199+213+203=615 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.36% from 615); Green value is 213 (83.59% from 255 or 34.63% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D5CB is #382A34. Grayscale: #CFCFCF. Windows color (decimal): -3680821 or 13358535. OLE color: 13358535.
HSL color Cylindrical-coordinate representation of color #C7D5CB: hue angle of 137.14º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7D5CB is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 213 | 203 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.16 |
| HSL | 137.14º | 0.14% | 0.81% | - |
| HSV(B) | 137.14º | 0.07% | 0.84% | - |
| XYZ | 58.13 | 64.04 | 65.8 | - |
| YUV | 207.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 213 | 203 | 0.07 | 0 | 0.05 | 0.16 | 137.14 | 0.14 | 0.81 |
| Hex | C7 | D5 | CB | 7 | 0 | 5 | 10 | 89 | E | 51 |
| Octal | 307 | 325 | 313 | 7 | 0 | 5 | 20 | 211 | 16 | 121 |
| Binary | 11000111 | 11010101 | 11001011 | 111 | 0 | 101 | 10000 | 10001001 | 1110 | 1010001 |
Color Harmonies of #C7D5CB
Complementary color
Monochromatic Colors of #C7D5CB
Black with #C7D5CB
Text Example
Text Example
White with #C7D5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D5CB; }
p { color: rgb(199,213,203); }
H1.HeaderClassName
{
color: #C7D5CB;
}
.AnyTagClassName
{
color: #C7D5CB;
}
</style>
background-color css
<style>
a { background-color: #C7D5CB; }
a { background-color: rgb(199,213,203); }
div.DivClassName
{
background-color: #C7D5CB;
}
.BgClassName
{
background-color: #C7D5CB;
}
</style>
border-color css
<style>
span { border-color: #C7D5CB; }
span { border-color: rgb(199,213,203); }
td.TdClassName
{
border-color: #C7D5CB;
}
.TagClassName
{
border-color: #C7D5CB;
}
</style>