Shades of Edgewater #C2D8CB
Tints of Edgewater #C2D8CB
RGB
CMYK
RGB Variations
Color information
#C2D8CB (or 0xC2D8CB) is known color: Edgewater. HEX triplet: C2, D8 and CB. RGB value is (194,216,203). Sum of RGB (Red+Green+Blue) = 194+216+203=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D8CB is #3D2734. Grayscale: #CFCFCF. Windows color (decimal): -4007733 or 13359298. OLE color: 13359298.
HSL color Cylindrical-coordinate representation of color #C2D8CB: hue angle of 144.55º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2D8CB is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 216 | 203 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.15 |
| HSL | 144.55º | 0.22% | 0.8% | - |
| HSV(B) | 144.55º | 0.1% | 0.85% | - |
| XYZ | 57.58 | 64.89 | 65.99 | - |
| YUV | 207.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 216 | 203 | 0.10 | 0 | 0.06 | 0.15 | 144.55 | 0.22 | 0.8 |
| Hex | C2 | D8 | CB | A | 0 | 6 | F | 91 | 16 | 50 |
| Octal | 302 | 330 | 313 | 12 | 0 | 6 | 17 | 221 | 26 | 120 |
| Binary | 11000010 | 11011000 | 11001011 | 1010 | 0 | 110 | 1111 | 10010001 | 10110 | 1010000 |
Color Harmonies of #C2D8CB
Complementary color
Monochromatic Colors of #C2D8CB
Black with #C2D8CB
Text Example
Text Example
White with #C2D8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D8CB; }
p { color: rgb(194,216,203); }
H1.HeaderClassName
{
color: #C2D8CB;
}
.AnyTagClassName
{
color: #C2D8CB;
}
</style>
background-color css
<style>
a { background-color: #C2D8CB; }
a { background-color: rgb(194,216,203); }
div.DivClassName
{
background-color: #C2D8CB;
}
.BgClassName
{
background-color: #C2D8CB;
}
</style>
border-color css
<style>
span { border-color: #C2D8CB; }
span { border-color: rgb(194,216,203); }
td.TdClassName
{
border-color: #C2D8CB;
}
.TagClassName
{
border-color: #C2D8CB;
}
</style>