Shades of Edgewater #C0D9C9
Tints of Edgewater #C0D9C9
RGB
CMYK
RGB Variations
Color information
#C0D9C9 (or 0xC0D9C9) is known color: Edgewater. HEX triplet: C0, D9 and C9. RGB value is (192,217,201). Sum of RGB (Red+Green+Blue) = 192+217+201=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D9C9 is #3F2636. Grayscale: #CFCFCF. Windows color (decimal): -4138551 or 13228480. OLE color: 13228480.
HSL color Cylindrical-coordinate representation of color #C0D9C9: hue angle of 141.6º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0D9C9 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 217 | 201 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.15 |
| HSL | 141.6º | 0.25% | 0.8% | - |
| HSV(B) | 141.6º | 0.12% | 0.85% | - |
| XYZ | 57.09 | 65.05 | 64.8 | - |
| YUV | 207.7 | 124.22 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 201 | 0.12 | 0 | 0.07 | 0.15 | 141.6 | 0.25 | 0.8 |
| Hex | C0 | D9 | C9 | C | 0 | 7 | F | 8E | 19 | 50 |
| Octal | 300 | 331 | 311 | 14 | 0 | 7 | 17 | 216 | 31 | 120 |
| Binary | 11000000 | 11011001 | 11001001 | 1100 | 0 | 111 | 1111 | 10001110 | 11001 | 1010000 |
Color Harmonies of #C0D9C9
Complementary color
Monochromatic Colors of #C0D9C9
Black with #C0D9C9
Text Example
Text Example
White with #C0D9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D9C9; }
p { color: rgb(192,217,201); }
H1.HeaderClassName
{
color: #C0D9C9;
}
.AnyTagClassName
{
color: #C0D9C9;
}
</style>
background-color css
<style>
a { background-color: #C0D9C9; }
a { background-color: rgb(192,217,201); }
div.DivClassName
{
background-color: #C0D9C9;
}
.BgClassName
{
background-color: #C0D9C9;
}
</style>
border-color css
<style>
span { border-color: #C0D9C9; }
span { border-color: rgb(192,217,201); }
td.TdClassName
{
border-color: #C0D9C9;
}
.TagClassName
{
border-color: #C0D9C9;
}
</style>