Shades of Edgewater #C0DAC7
Tints of Edgewater #C0DAC7
RGB
CMYK
RGB Variations
Color information
#C0DAC7 (or 0xC0DAC7) is known color: Edgewater. HEX triplet: C0, DA and C7. RGB value is (192,218,199). Sum of RGB (Red+Green+Blue) = 192+218+199=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 199 (78.12% from 255 or 32.68% from 609); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DAC7 is #3F2538. Grayscale: #D0D0D0. Windows color (decimal): -4138297 or 13097664. OLE color: 13097664.
HSL color Cylindrical-coordinate representation of color #C0DAC7: hue angle of 136.15º degrees, saturation: 0.26, 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 #C0DAC7 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 199 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.15 |
| HSL | 136.15º | 0.26% | 0.8% | - |
| HSV(B) | 136.15º | 0.12% | 0.85% | - |
| XYZ | 57.12 | 65.47 | 63.66 | - |
| YUV | 208.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 199 | 0.12 | 0 | 0.09 | 0.15 | 136.15 | 0.26 | 0.8 |
| Hex | C0 | DA | C7 | C | 0 | 9 | F | 88 | 1A | 50 |
| Octal | 300 | 332 | 307 | 14 | 0 | 11 | 17 | 210 | 32 | 120 |
| Binary | 11000000 | 11011010 | 11000111 | 1100 | 0 | 1001 | 1111 | 10001000 | 11010 | 1010000 |
Color Harmonies of #C0DAC7
Complementary color
Monochromatic Colors of #C0DAC7
Black with #C0DAC7
Text Example
Text Example
White with #C0DAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DAC7; }
p { color: rgb(192,218,199); }
H1.HeaderClassName
{
color: #C0DAC7;
}
.AnyTagClassName
{
color: #C0DAC7;
}
</style>
background-color css
<style>
a { background-color: #C0DAC7; }
a { background-color: rgb(192,218,199); }
div.DivClassName
{
background-color: #C0DAC7;
}
.BgClassName
{
background-color: #C0DAC7;
}
</style>
border-color css
<style>
span { border-color: #C0DAC7; }
span { border-color: rgb(192,218,199); }
td.TdClassName
{
border-color: #C0DAC7;
}
.TagClassName
{
border-color: #C0DAC7;
}
</style>