Shades of Edgewater #C0D8CA
Tints of Edgewater #C0D8CA
RGB
CMYK
RGB Variations
Color information
#C0D8CA (or 0xC0D8CA) is known color: Edgewater. HEX triplet: C0, D8 and CA. RGB value is (192,216,202). Sum of RGB (Red+Green+Blue) = 192+216+202=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 216 (84.77% from 255 or 35.41% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D8CA is #3F2735. Grayscale: #CFCFCF. Windows color (decimal): -4138806 or 13293760. OLE color: 13293760.
HSL color Cylindrical-coordinate representation of color #C0D8CA: hue angle of 145º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0D8CA is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 202 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.15 |
| HSL | 145º | 0.24% | 0.8% | - |
| HSV(B) | 145º | 0.11% | 0.85% | - |
| XYZ | 56.95 | 64.58 | 65.34 | - |
| YUV | 207.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 202 | 0.11 | 0 | 0.06 | 0.15 | 145 | 0.24 | 0.8 |
| Hex | C0 | D8 | CA | B | 0 | 6 | F | 91 | 18 | 50 |
| Octal | 300 | 330 | 312 | 13 | 0 | 6 | 17 | 221 | 30 | 120 |
| Binary | 11000000 | 11011000 | 11001010 | 1011 | 0 | 110 | 1111 | 10010001 | 11000 | 1010000 |
Color Harmonies of #C0D8CA
Complementary color
Monochromatic Colors of #C0D8CA
Black with #C0D8CA
Text Example
Text Example
White with #C0D8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D8CA; }
p { color: rgb(192,216,202); }
H1.HeaderClassName
{
color: #C0D8CA;
}
.AnyTagClassName
{
color: #C0D8CA;
}
</style>
background-color css
<style>
a { background-color: #C0D8CA; }
a { background-color: rgb(192,216,202); }
div.DivClassName
{
background-color: #C0D8CA;
}
.BgClassName
{
background-color: #C0D8CA;
}
</style>
border-color css
<style>
span { border-color: #C0D8CA; }
span { border-color: rgb(192,216,202); }
td.TdClassName
{
border-color: #C0D8CA;
}
.TagClassName
{
border-color: #C0D8CA;
}
</style>