Shades of Edgewater #C7D7CA
Tints of Edgewater #C7D7CA
RGB
CMYK
RGB Variations
Color information
#C7D7CA (or 0xC7D7CA) is known color: Edgewater. HEX triplet: C7, D7 and CA. RGB value is (199,215,202). Sum of RGB (Red+Green+Blue) = 199+215+202=616 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.31% from 616); Green value is 215 (84.38% from 255 or 34.90% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 215 - color contains mainly: green. Hex color #C7D7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D7CA is #382835. Grayscale: #D0D0D0. Windows color (decimal): -3680310 or 13293511. OLE color: 13293511.
HSL color Cylindrical-coordinate representation of color #C7D7CA: hue angle of 131.25º degrees, saturation: 0.17, 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 #C7D7CA is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 215 | 202 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.16 |
| HSL | 131.25º | 0.17% | 0.81% | - |
| HSV(B) | 131.25º | 0.07% | 0.84% | - |
| XYZ | 58.51 | 65.01 | 65.34 | - |
| YUV | 208.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 215 | 202 | 0.07 | 0 | 0.06 | 0.16 | 131.25 | 0.17 | 0.81 |
| Hex | C7 | D7 | CA | 7 | 0 | 6 | 10 | 83 | 11 | 51 |
| Octal | 307 | 327 | 312 | 7 | 0 | 6 | 20 | 203 | 21 | 121 |
| Binary | 11000111 | 11010111 | 11001010 | 111 | 0 | 110 | 10000 | 10000011 | 10001 | 1010001 |
Color Harmonies of #C7D7CA
Complementary color
Monochromatic Colors of #C7D7CA
Black with #C7D7CA
Text Example
Text Example
White with #C7D7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D7CA; }
p { color: rgb(199,215,202); }
H1.HeaderClassName
{
color: #C7D7CA;
}
.AnyTagClassName
{
color: #C7D7CA;
}
</style>
background-color css
<style>
a { background-color: #C7D7CA; }
a { background-color: rgb(199,215,202); }
div.DivClassName
{
background-color: #C7D7CA;
}
.BgClassName
{
background-color: #C7D7CA;
}
</style>
border-color css
<style>
span { border-color: #C7D7CA; }
span { border-color: rgb(199,215,202); }
td.TdClassName
{
border-color: #C7D7CA;
}
.TagClassName
{
border-color: #C7D7CA;
}
</style>