Shades of Edgewater #C0DCC3
Tints of Edgewater #C0DCC3
RGB
CMYK
RGB Variations
Color information
#C0DCC3 (or 0xC0DCC3) is known color: Edgewater. HEX triplet: C0, DC and C3. RGB value is (192,220,195). Sum of RGB (Red+Green+Blue) = 192+220+195=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DCC3 is #3F233C. Grayscale: #D0D0D0. Windows color (decimal): -4137789 or 12836032. OLE color: 12836032.
HSL color Cylindrical-coordinate representation of color #C0DCC3: hue angle of 126.43º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0DCC3 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
RGB | 192 | 220 | 195 | - |
CMYK | 0.13 | 0 | 0.11 | 0.14 |
HSL | 126.43º | 0.29% | 0.81% | - |
HSV(B) | 126.43º | 0.13% | 0.86% | - |
XYZ | 57.18 | 66.33 | 61.42 | - |
YUV | 208.78 | 120.22 | 116.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 220 | 195 | 0.13 | 0 | 0.11 | 0.14 | 126.43 | 0.29 | 0.81 |
Hex | C0 | DC | C3 | D | 0 | B | E | 7E | 1D | 51 |
Octal | 300 | 334 | 303 | 15 | 0 | 13 | 16 | 176 | 35 | 121 |
Binary | 11000000 | 11011100 | 11000011 | 1101 | 0 | 1011 | 1110 | 1111110 | 11101 | 1010001 |
Color Harmonies of #C0DCC3
Complementary color
Monochromatic Colors of #C0DCC3
Black with #C0DCC3
Text Example
Text Example
White with #C0DCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DCC3; }
p { color: rgb(192,220,195); }
H1.HeaderClassName
{
color: #C0DCC3;
}
.AnyTagClassName
{
color: #C0DCC3;
}
</style>
background-color css
<style>
a { background-color: #C0DCC3; }
a { background-color: rgb(192,220,195); }
div.DivClassName
{
background-color: #C0DCC3;
}
.BgClassName
{
background-color: #C0DCC3;
}
</style>
border-color css
<style>
span { border-color: #C0DCC3; }
span { border-color: rgb(192,220,195); }
td.TdClassName
{
border-color: #C0DCC3;
}
.TagClassName
{
border-color: #C0DCC3;
}
</style>