Shades of Edgewater #C0DFC5
Tints of Edgewater #C0DFC5
RGB
CMYK
RGB Variations
Color information
#C0DFC5 (or 0xC0DFC5) is known color: Edgewater. HEX triplet: C0, DF and C5. RGB value is (192,223,197). Sum of RGB (Red+Green+Blue) = 192+223+197=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFC5 is #3F203A. Grayscale: #D2D2D2. Windows color (decimal): -4137019 or 12967872. OLE color: 12967872.
HSL color Cylindrical-coordinate representation of color #C0DFC5: hue angle of 129.68º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0DFC5 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 192 | 223 | 197 | - |
CMYK | 0.14 | 0 | 0.12 | 0.13 |
HSL | 129.68º | 0.33% | 0.81% | - |
HSV(B) | 129.68º | 0.14% | 0.87% | - |
XYZ | 58.2 | 68.01 | 62.88 | - |
YUV | 210.77 | 120.23 | 114.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 223 | 197 | 0.14 | 0 | 0.12 | 0.13 | 129.68 | 0.33 | 0.81 |
Hex | C0 | DF | C5 | E | 0 | C | D | 82 | 21 | 51 |
Octal | 300 | 337 | 305 | 16 | 0 | 14 | 15 | 202 | 41 | 121 |
Binary | 11000000 | 11011111 | 11000101 | 1110 | 0 | 1100 | 1101 | 10000010 | 100001 | 1010001 |
Color Harmonies of #C0DFC5
Complementary color
Monochromatic Colors of #C0DFC5
Black with #C0DFC5
Text Example
Text Example
White with #C0DFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DFC5; }
p { color: rgb(192,223,197); }
H1.HeaderClassName
{
color: #C0DFC5;
}
.AnyTagClassName
{
color: #C0DFC5;
}
</style>
background-color css
<style>
a { background-color: #C0DFC5; }
a { background-color: rgb(192,223,197); }
div.DivClassName
{
background-color: #C0DFC5;
}
.BgClassName
{
background-color: #C0DFC5;
}
</style>
border-color css
<style>
span { border-color: #C0DFC5; }
span { border-color: rgb(192,223,197); }
td.TdClassName
{
border-color: #C0DFC5;
}
.TagClassName
{
border-color: #C0DFC5;
}
</style>