Shades of Edgewater #C0DAC4
Tints of Edgewater #C0DAC4
RGB
CMYK
RGB Variations
Color information
#C0DAC4 (or 0xC0DAC4) is known color: Edgewater. HEX triplet: C0, DA and C4. RGB value is (192,218,196). Sum of RGB (Red+Green+Blue) = 192+218+196=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 196 (76.95% from 255 or 32.34% from 606); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DAC4 is #3F253B. Grayscale: #CFCFCF. Windows color (decimal): -4138300 or 12901056. OLE color: 12901056.
HSL color Cylindrical-coordinate representation of color #C0DAC4: hue angle of 129.23º 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 #C0DAC4 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 196 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.15 |
| HSL | 129.23º | 0.26% | 0.8% | - |
| HSV(B) | 129.23º | 0.12% | 0.85% | - |
| XYZ | 56.77 | 65.33 | 61.84 | - |
| YUV | 207.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 196 | 0.12 | 0 | 0.10 | 0.15 | 129.23 | 0.26 | 0.8 |
| Hex | C0 | DA | C4 | C | 0 | A | F | 81 | 1A | 50 |
| Octal | 300 | 332 | 304 | 14 | 0 | 12 | 17 | 201 | 32 | 120 |
| Binary | 11000000 | 11011010 | 11000100 | 1100 | 0 | 1010 | 1111 | 10000001 | 11010 | 1010000 |
Color Harmonies of #C0DAC4
Complementary color
Monochromatic Colors of #C0DAC4
Black with #C0DAC4
Text Example
Text Example
White with #C0DAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DAC4; }
p { color: rgb(192,218,196); }
H1.HeaderClassName
{
color: #C0DAC4;
}
.AnyTagClassName
{
color: #C0DAC4;
}
</style>
background-color css
<style>
a { background-color: #C0DAC4; }
a { background-color: rgb(192,218,196); }
div.DivClassName
{
background-color: #C0DAC4;
}
.BgClassName
{
background-color: #C0DAC4;
}
</style>
border-color css
<style>
span { border-color: #C0DAC4; }
span { border-color: rgb(192,218,196); }
td.TdClassName
{
border-color: #C0DAC4;
}
.TagClassName
{
border-color: #C0DAC4;
}
</style>