Shades of Edgewater #C2D6C6
Tints of Edgewater #C2D6C6
RGB
CMYK
RGB Variations
Color information
#C2D6C6 (or 0xC2D6C6) is known color: Edgewater. HEX triplet: C2, D6 and C6. RGB value is (194,214,198). Sum of RGB (Red+Green+Blue) = 194+214+198=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D6C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D6C6 is #3D2939. Grayscale: #CECECE. Windows color (decimal): -4008250 or 13031106. OLE color: 13031106.
HSL color Cylindrical-coordinate representation of color #C2D6C6: hue angle of 132º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2D6C6 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 214 | 198 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.16 |
| HSL | 132º | 0.2% | 0.8% | - |
| HSV(B) | 132º | 0.09% | 0.84% | - |
| XYZ | 56.49 | 63.64 | 62.73 | - |
| YUV | 206.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 214 | 198 | 0.09 | 0 | 0.07 | 0.16 | 132 | 0.2 | 0.8 |
| Hex | C2 | D6 | C6 | 9 | 0 | 7 | 10 | 84 | 14 | 50 |
| Octal | 302 | 326 | 306 | 11 | 0 | 7 | 20 | 204 | 24 | 120 |
| Binary | 11000010 | 11010110 | 11000110 | 1001 | 0 | 111 | 10000 | 10000100 | 10100 | 1010000 |
Color Harmonies of #C2D6C6
Complementary color
Monochromatic Colors of #C2D6C6
Black with #C2D6C6
Text Example
Text Example
White with #C2D6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D6C6; }
p { color: rgb(194,214,198); }
H1.HeaderClassName
{
color: #C2D6C6;
}
.AnyTagClassName
{
color: #C2D6C6;
}
</style>
background-color css
<style>
a { background-color: #C2D6C6; }
a { background-color: rgb(194,214,198); }
div.DivClassName
{
background-color: #C2D6C6;
}
.BgClassName
{
background-color: #C2D6C6;
}
</style>
border-color css
<style>
span { border-color: #C2D6C6; }
span { border-color: rgb(194,214,198); }
td.TdClassName
{
border-color: #C2D6C6;
}
.TagClassName
{
border-color: #C2D6C6;
}
</style>