Shades of Edgewater #C0DBC6
Tints of Edgewater #C0DBC6
RGB
CMYK
RGB Variations
Color information
#C0DBC6 (or 0xC0DBC6) is known color: Edgewater. HEX triplet: C0, DB and C6. RGB value is (192,219,198). Sum of RGB (Red+Green+Blue) = 192+219+198=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 198 (77.73% from 255 or 32.51% from 609); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DBC6 is #3F2439. Grayscale: #D0D0D0. Windows color (decimal): -4138042 or 13032384. OLE color: 13032384.
HSL color Cylindrical-coordinate representation of color #C0DBC6: hue angle of 133.33º 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 #C0DBC6 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 198 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.14 |
| HSL | 133.33º | 0.27% | 0.81% | - |
| HSV(B) | 133.33º | 0.12% | 0.86% | - |
| XYZ | 57.26 | 65.95 | 63.14 | - |
| YUV | 208.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 198 | 0.12 | 0 | 0.10 | 0.14 | 133.33 | 0.27 | 0.81 |
| Hex | C0 | DB | C6 | C | 0 | A | E | 85 | 1B | 51 |
| Octal | 300 | 333 | 306 | 14 | 0 | 12 | 16 | 205 | 33 | 121 |
| Binary | 11000000 | 11011011 | 11000110 | 1100 | 0 | 1010 | 1110 | 10000101 | 11011 | 1010001 |
Color Harmonies of #C0DBC6
Complementary color
Monochromatic Colors of #C0DBC6
Black with #C0DBC6
Text Example
Text Example
White with #C0DBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DBC6; }
p { color: rgb(192,219,198); }
H1.HeaderClassName
{
color: #C0DBC6;
}
.AnyTagClassName
{
color: #C0DBC6;
}
</style>
background-color css
<style>
a { background-color: #C0DBC6; }
a { background-color: rgb(192,219,198); }
div.DivClassName
{
background-color: #C0DBC6;
}
.BgClassName
{
background-color: #C0DBC6;
}
</style>
border-color css
<style>
span { border-color: #C0DBC6; }
span { border-color: rgb(192,219,198); }
td.TdClassName
{
border-color: #C0DBC6;
}
.TagClassName
{
border-color: #C0DBC6;
}
</style>