Shades of Edgewater #C7D5CA
Tints of Edgewater #C7D5CA
RGB
CMYK
RGB Variations
Color information
#C7D5CA (or 0xC7D5CA) is known color: Edgewater. HEX triplet: C7, D5 and CA. RGB value is (199,213,202). Sum of RGB (Red+Green+Blue) = 199+213+202=614 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.41% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D5CA is #382A35. Grayscale: #CFCFCF. Windows color (decimal): -3680822 or 13292999. OLE color: 13292999.
HSL color Cylindrical-coordinate representation of color #C7D5CA: hue angle of 132.86º 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 #C7D5CA is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 213 | 202 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.16 |
| HSL | 132.86º | 0.14% | 0.81% | - |
| HSV(B) | 132.86º | 0.07% | 0.84% | - |
| XYZ | 58.01 | 63.99 | 65.17 | - |
| YUV | 207.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 213 | 202 | 0.07 | 0 | 0.05 | 0.16 | 132.86 | 0.14 | 0.81 |
| Hex | C7 | D5 | CA | 7 | 0 | 5 | 10 | 85 | E | 51 |
| Octal | 307 | 325 | 312 | 7 | 0 | 5 | 20 | 205 | 16 | 121 |
| Binary | 11000111 | 11010101 | 11001010 | 111 | 0 | 101 | 10000 | 10000101 | 1110 | 1010001 |
Color Harmonies of #C7D5CA
Complementary color
Monochromatic Colors of #C7D5CA
Black with #C7D5CA
Text Example
Text Example
White with #C7D5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D5CA; }
p { color: rgb(199,213,202); }
H1.HeaderClassName
{
color: #C7D5CA;
}
.AnyTagClassName
{
color: #C7D5CA;
}
</style>
background-color css
<style>
a { background-color: #C7D5CA; }
a { background-color: rgb(199,213,202); }
div.DivClassName
{
background-color: #C7D5CA;
}
.BgClassName
{
background-color: #C7D5CA;
}
</style>
border-color css
<style>
span { border-color: #C7D5CA; }
span { border-color: rgb(199,213,202); }
td.TdClassName
{
border-color: #C7D5CA;
}
.TagClassName
{
border-color: #C7D5CA;
}
</style>