Shades of Edgewater #C0D7C4
Tints of Edgewater #C0D7C4
RGB
CMYK
RGB Variations
Color information
#C0D7C4 (or 0xC0D7C4) is known color: Edgewater. HEX triplet: C0, D7 and C4. RGB value is (192,215,196). Sum of RGB (Red+Green+Blue) = 192+215+196=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 196 (76.95% from 255 or 32.50% from 603); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D7C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D7C4 is #3F283B. Grayscale: #CECECE. Windows color (decimal): -4139068 or 12900288. OLE color: 12900288.
HSL color Cylindrical-coordinate representation of color #C0D7C4: hue angle of 130.43º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0D7C4 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 196 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.16 |
| HSL | 130.43º | 0.22% | 0.8% | - |
| HSV(B) | 130.43º | 0.11% | 0.84% | - |
| XYZ | 56 | 63.79 | 61.59 | - |
| YUV | 205.96 | 122.38 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 196 | 0.11 | 0 | 0.09 | 0.16 | 130.43 | 0.22 | 0.8 |
| Hex | C0 | D7 | C4 | B | 0 | 9 | 10 | 82 | 16 | 50 |
| Octal | 300 | 327 | 304 | 13 | 0 | 11 | 20 | 202 | 26 | 120 |
| Binary | 11000000 | 11010111 | 11000100 | 1011 | 0 | 1001 | 10000 | 10000010 | 10110 | 1010000 |
Color Harmonies of #C0D7C4
Complementary color
Monochromatic Colors of #C0D7C4
Black with #C0D7C4
Text Example
Text Example
White with #C0D7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D7C4; }
p { color: rgb(192,215,196); }
H1.HeaderClassName
{
color: #C0D7C4;
}
.AnyTagClassName
{
color: #C0D7C4;
}
</style>
background-color css
<style>
a { background-color: #C0D7C4; }
a { background-color: rgb(192,215,196); }
div.DivClassName
{
background-color: #C0D7C4;
}
.BgClassName
{
background-color: #C0D7C4;
}
</style>
border-color css
<style>
span { border-color: #C0D7C4; }
span { border-color: rgb(192,215,196); }
td.TdClassName
{
border-color: #C0D7C4;
}
.TagClassName
{
border-color: #C0D7C4;
}
</style>