Shades of Edgewater #C0DBC7
Tints of Edgewater #C0DBC7
RGB
CMYK
RGB Variations
Color information
#C0DBC7 (or 0xC0DBC7) is known color: Edgewater. HEX triplet: C0, DB and C7. RGB value is (192,219,199). Sum of RGB (Red+Green+Blue) = 192+219+199=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DBC7 is #3F2438. Grayscale: #D0D0D0. Windows color (decimal): -4138041 or 13097920. OLE color: 13097920.
HSL color Cylindrical-coordinate representation of color #C0DBC7: hue angle of 135.56º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0DBC7 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 199 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.14 |
| HSL | 135.56º | 0.27% | 0.81% | - |
| HSV(B) | 135.56º | 0.12% | 0.86% | - |
| XYZ | 57.38 | 65.99 | 63.75 | - |
| YUV | 208.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 199 | 0.12 | 0 | 0.09 | 0.14 | 135.56 | 0.27 | 0.81 |
| Hex | C0 | DB | C7 | C | 0 | 9 | E | 88 | 1B | 51 |
| Octal | 300 | 333 | 307 | 14 | 0 | 11 | 16 | 210 | 33 | 121 |
| Binary | 11000000 | 11011011 | 11000111 | 1100 | 0 | 1001 | 1110 | 10001000 | 11011 | 1010001 |
Color Harmonies of #C0DBC7
Complementary color
Monochromatic Colors of #C0DBC7
Black with #C0DBC7
Text Example
Text Example
White with #C0DBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DBC7; }
p { color: rgb(192,219,199); }
H1.HeaderClassName
{
color: #C0DBC7;
}
.AnyTagClassName
{
color: #C0DBC7;
}
</style>
background-color css
<style>
a { background-color: #C0DBC7; }
a { background-color: rgb(192,219,199); }
div.DivClassName
{
background-color: #C0DBC7;
}
.BgClassName
{
background-color: #C0DBC7;
}
</style>
border-color css
<style>
span { border-color: #C0DBC7; }
span { border-color: rgb(192,219,199); }
td.TdClassName
{
border-color: #C0DBC7;
}
.TagClassName
{
border-color: #C0DBC7;
}
</style>