Shades of Edgewater #C0DDC8
Tints of Edgewater #C0DDC8
RGB
CMYK
RGB Variations
Color information
#C0DDC8 (or 0xC0DDC8) is known color: Edgewater. HEX triplet: C0, DD and C8. RGB value is (192,221,200). Sum of RGB (Red+Green+Blue) = 192+221+200=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDC8 is #3F2237. Grayscale: #D1D1D1. Windows color (decimal): -4137528 or 13163968. OLE color: 13163968.
HSL color Cylindrical-coordinate representation of color #C0DDC8: hue angle of 136.55º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0DDC8 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 200 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.13 |
| HSL | 136.55º | 0.3% | 0.81% | - |
| HSV(B) | 136.55º | 0.13% | 0.87% | - |
| XYZ | 58.02 | 67.09 | 64.54 | - |
| YUV | 209.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 200 | 0.13 | 0 | 0.10 | 0.13 | 136.55 | 0.3 | 0.81 |
| Hex | C0 | DD | C8 | D | 0 | A | D | 89 | 1E | 51 |
| Octal | 300 | 335 | 310 | 15 | 0 | 12 | 15 | 211 | 36 | 121 |
| Binary | 11000000 | 11011101 | 11001000 | 1101 | 0 | 1010 | 1101 | 10001001 | 11110 | 1010001 |
Color Harmonies of #C0DDC8
Complementary color
Monochromatic Colors of #C0DDC8
Black with #C0DDC8
Text Example
Text Example
White with #C0DDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DDC8; }
p { color: rgb(192,221,200); }
H1.HeaderClassName
{
color: #C0DDC8;
}
.AnyTagClassName
{
color: #C0DDC8;
}
</style>
background-color css
<style>
a { background-color: #C0DDC8; }
a { background-color: rgb(192,221,200); }
div.DivClassName
{
background-color: #C0DDC8;
}
.BgClassName
{
background-color: #C0DDC8;
}
</style>
border-color css
<style>
span { border-color: #C0DDC8; }
span { border-color: rgb(192,221,200); }
td.TdClassName
{
border-color: #C0DDC8;
}
.TagClassName
{
border-color: #C0DDC8;
}
</style>