Shades of Edgewater #C2DCC6
Tints of Edgewater #C2DCC6
RGB
CMYK
RGB Variations
Color information
#C2DCC6 (or 0xC2DCC6) is known color: Edgewater. HEX triplet: C2, DC and C6. RGB value is (194,220,198). Sum of RGB (Red+Green+Blue) = 194+220+198=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCC6 is #3D2339. Grayscale: #D1D1D1. Windows color (decimal): -4006714 or 13032642. OLE color: 13032642.
HSL color Cylindrical-coordinate representation of color #C2DCC6: hue angle of 129.23º 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 #C2DCC6 is Cyan = 0.12, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 198 | - |
| CMYK | 0.12 | 0 | 0.1 | 0.14 |
| HSL | 129.23º | 0.27% | 0.81% | - |
| HSV(B) | 129.23º | 0.12% | 0.86% | - |
| XYZ | 58.03 | 66.73 | 63.25 | - |
| YUV | 209.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 198 | 0.12 | 0 | 0.1 | 0.14 | 129.23 | 0.27 | 0.81 |
| Hex | C2 | DC | C6 | C | 0 | A | E | 81 | 1B | 51 |
| Octal | 302 | 334 | 306 | 14 | 0 | 12 | 16 | 201 | 33 | 121 |
| Binary | 11000010 | 11011100 | 11000110 | 1100 | 0 | 1010 | 1110 | 10000001 | 11011 | 1010001 |
Color Harmonies of #C2DCC6
Complementary color
Monochromatic Colors of #C2DCC6
Black with #C2DCC6
Text Example
Text Example
White with #C2DCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCC6; }
p { color: rgb(194,220,198); }
H1.HeaderClassName
{
color: #C2DCC6;
}
.AnyTagClassName
{
color: #C2DCC6;
}
</style>
background-color css
<style>
a { background-color: #C2DCC6; }
a { background-color: rgb(194,220,198); }
div.DivClassName
{
background-color: #C2DCC6;
}
.BgClassName
{
background-color: #C2DCC6;
}
</style>
border-color css
<style>
span { border-color: #C2DCC6; }
span { border-color: rgb(194,220,198); }
td.TdClassName
{
border-color: #C2DCC6;
}
.TagClassName
{
border-color: #C2DCC6;
}
</style>