Shades of Edgewater #C2DBC9
Tints of Edgewater #C2DBC9
RGB
CMYK
RGB Variations
Color information
#C2DBC9 (or 0xC2DBC9) is known color: Edgewater. HEX triplet: C2, DB and C9. RGB value is (194,219,201). Sum of RGB (Red+Green+Blue) = 194+219+201=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBC9 is #3D2436. Grayscale: #D1D1D1. Windows color (decimal): -4006967 or 13228994. OLE color: 13228994.
HSL color Cylindrical-coordinate representation of color #C2DBC9: hue angle of 136.8º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2DBC9 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 201 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.14 |
| HSL | 136.8º | 0.26% | 0.81% | - |
| HSV(B) | 136.8º | 0.11% | 0.86% | - |
| XYZ | 58.12 | 66.35 | 65 | - |
| YUV | 209.47 | 123.22 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 201 | 0.11 | 0 | 0.08 | 0.14 | 136.8 | 0.26 | 0.81 |
| Hex | C2 | DB | C9 | B | 0 | 8 | E | 89 | 1A | 51 |
| Octal | 302 | 333 | 311 | 13 | 0 | 10 | 16 | 211 | 32 | 121 |
| Binary | 11000010 | 11011011 | 11001001 | 1011 | 0 | 1000 | 1110 | 10001001 | 11010 | 1010001 |
Color Harmonies of #C2DBC9
Complementary color
Monochromatic Colors of #C2DBC9
Black with #C2DBC9
Text Example
Text Example
White with #C2DBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DBC9; }
p { color: rgb(194,219,201); }
H1.HeaderClassName
{
color: #C2DBC9;
}
.AnyTagClassName
{
color: #C2DBC9;
}
</style>
background-color css
<style>
a { background-color: #C2DBC9; }
a { background-color: rgb(194,219,201); }
div.DivClassName
{
background-color: #C2DBC9;
}
.BgClassName
{
background-color: #C2DBC9;
}
</style>
border-color css
<style>
span { border-color: #C2DBC9; }
span { border-color: rgb(194,219,201); }
td.TdClassName
{
border-color: #C2DBC9;
}
.TagClassName
{
border-color: #C2DBC9;
}
</style>