Shades of Edgewater #C2DCC8
Tints of Edgewater #C2DCC8
RGB
CMYK
RGB Variations
Color information
#C2DCC8 (or 0xC2DCC8) is known color: Edgewater. HEX triplet: C2, DC and C8. RGB value is (194,220,200). Sum of RGB (Red+Green+Blue) = 194+220+200=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCC8 is #3D2337. Grayscale: #D1D1D1. Windows color (decimal): -4006712 or 13163714. OLE color: 13163714.
HSL color Cylindrical-coordinate representation of color #C2DCC8: hue angle of 133.85º 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 #C2DCC8 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 200 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.14 |
| HSL | 133.85º | 0.27% | 0.81% | - |
| HSV(B) | 133.85º | 0.12% | 0.86% | - |
| XYZ | 58.27 | 66.83 | 64.47 | - |
| YUV | 209.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 200 | 0.12 | 0 | 0.09 | 0.14 | 133.85 | 0.27 | 0.81 |
| Hex | C2 | DC | C8 | C | 0 | 9 | E | 86 | 1B | 51 |
| Octal | 302 | 334 | 310 | 14 | 0 | 11 | 16 | 206 | 33 | 121 |
| Binary | 11000010 | 11011100 | 11001000 | 1100 | 0 | 1001 | 1110 | 10000110 | 11011 | 1010001 |
Color Harmonies of #C2DCC8
Complementary color
Monochromatic Colors of #C2DCC8
Black with #C2DCC8
Text Example
Text Example
White with #C2DCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCC8; }
p { color: rgb(194,220,200); }
H1.HeaderClassName
{
color: #C2DCC8;
}
.AnyTagClassName
{
color: #C2DCC8;
}
</style>
background-color css
<style>
a { background-color: #C2DCC8; }
a { background-color: rgb(194,220,200); }
div.DivClassName
{
background-color: #C2DCC8;
}
.BgClassName
{
background-color: #C2DCC8;
}
</style>
border-color css
<style>
span { border-color: #C2DCC8; }
span { border-color: rgb(194,220,200); }
td.TdClassName
{
border-color: #C2DCC8;
}
.TagClassName
{
border-color: #C2DCC8;
}
</style>