Shades of Edgewater #C0DBC4
Tints of Edgewater #C0DBC4
RGB
CMYK
RGB Variations
Color information
#C0DBC4 (or 0xC0DBC4) is known color: Edgewater. HEX triplet: C0, DB and C4. RGB value is (192,219,196). Sum of RGB (Red+Green+Blue) = 192+219+196=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DBC4 is #3F243B. Grayscale: #D0D0D0. Windows color (decimal): -4138044 or 12901312. OLE color: 12901312.
HSL color Cylindrical-coordinate representation of color #C0DBC4: hue angle of 128.89º 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 #C0DBC4 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 196 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.14 |
| HSL | 128.89º | 0.27% | 0.81% | - |
| HSV(B) | 128.89º | 0.12% | 0.86% | - |
| XYZ | 57.03 | 65.86 | 61.93 | - |
| YUV | 208.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 196 | 0.12 | 0 | 0.11 | 0.14 | 128.89 | 0.27 | 0.81 |
| Hex | C0 | DB | C4 | C | 0 | B | E | 81 | 1B | 51 |
| Octal | 300 | 333 | 304 | 14 | 0 | 13 | 16 | 201 | 33 | 121 |
| Binary | 11000000 | 11011011 | 11000100 | 1100 | 0 | 1011 | 1110 | 10000001 | 11011 | 1010001 |
Color Harmonies of #C0DBC4
Complementary color
Monochromatic Colors of #C0DBC4
Black with #C0DBC4
Text Example
Text Example
White with #C0DBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DBC4; }
p { color: rgb(192,219,196); }
H1.HeaderClassName
{
color: #C0DBC4;
}
.AnyTagClassName
{
color: #C0DBC4;
}
</style>
background-color css
<style>
a { background-color: #C0DBC4; }
a { background-color: rgb(192,219,196); }
div.DivClassName
{
background-color: #C0DBC4;
}
.BgClassName
{
background-color: #C0DBC4;
}
</style>
border-color css
<style>
span { border-color: #C0DBC4; }
span { border-color: rgb(192,219,196); }
td.TdClassName
{
border-color: #C0DBC4;
}
.TagClassName
{
border-color: #C0DBC4;
}
</style>