Shades of Edgewater #C7D0CA
Tints of Edgewater #C7D0CA
RGB
CMYK
RGB Variations
Color information
#C7D0CA (or 0xC7D0CA) is known color: Edgewater. HEX triplet: C7, D0 and CA. RGB value is (199,208,202). Sum of RGB (Red+Green+Blue) = 199+208+202=609 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.68% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D0CA is #382F35. Grayscale: #CCCCCC. Windows color (decimal): -3682102 or 13291719. OLE color: 13291719.
HSL color Cylindrical-coordinate representation of color #C7D0CA: hue angle of 140º degrees, saturation: 0.09, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C7D0CA is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 202 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.18 |
| HSL | 140º | 0.09% | 0.8% | - |
| HSV(B) | 140º | 0.04% | 0.82% | - |
| XYZ | 56.77 | 61.52 | 64.76 | - |
| YUV | 204.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 202 | 0.04 | 0 | 0.03 | 0.18 | 140 | 0.09 | 0.8 |
| Hex | C7 | D0 | CA | 4 | 0 | 3 | 12 | 8C | 9 | 50 |
| Octal | 307 | 320 | 312 | 4 | 0 | 3 | 22 | 214 | 11 | 120 |
| Binary | 11000111 | 11010000 | 11001010 | 100 | 0 | 11 | 10010 | 10001100 | 1001 | 1010000 |
Color Harmonies of #C7D0CA
Complementary color
Monochromatic Colors of #C7D0CA
Black with #C7D0CA
Text Example
Text Example
White with #C7D0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D0CA; }
p { color: rgb(199,208,202); }
H1.HeaderClassName
{
color: #C7D0CA;
}
.AnyTagClassName
{
color: #C7D0CA;
}
</style>
background-color css
<style>
a { background-color: #C7D0CA; }
a { background-color: rgb(199,208,202); }
div.DivClassName
{
background-color: #C7D0CA;
}
.BgClassName
{
background-color: #C7D0CA;
}
</style>
border-color css
<style>
span { border-color: #C7D0CA; }
span { border-color: rgb(199,208,202); }
td.TdClassName
{
border-color: #C7D0CA;
}
.TagClassName
{
border-color: #C7D0CA;
}
</style>