Shades of Edgewater #C6DBCB
Tints of Edgewater #C6DBCB
RGB
CMYK
RGB Variations
Color information
#C6DBCB (or 0xC6DBCB) is known color: Edgewater. HEX triplet: C6, DB and CB. RGB value is (198,219,203). Sum of RGB (Red+Green+Blue) = 198+219+203=620 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.94% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DBCB is #392434. Grayscale: #D2D2D2. Windows color (decimal): -3744821 or 13360070. OLE color: 13360070.
HSL color Cylindrical-coordinate representation of color #C6DBCB: hue angle of 134.29º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6DBCB is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 219 | 203 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.14 |
| HSL | 134.29º | 0.23% | 0.82% | - |
| HSV(B) | 134.29º | 0.1% | 0.86% | - |
| XYZ | 59.4 | 66.98 | 66.3 | - |
| YUV | 210.9 | 123.54 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 219 | 203 | 0.10 | 0 | 0.07 | 0.14 | 134.29 | 0.23 | 0.82 |
| Hex | C6 | DB | CB | A | 0 | 7 | E | 86 | 17 | 52 |
| Octal | 306 | 333 | 313 | 12 | 0 | 7 | 16 | 206 | 27 | 122 |
| Binary | 11000110 | 11011011 | 11001011 | 1010 | 0 | 111 | 1110 | 10000110 | 10111 | 1010010 |
Color Harmonies of #C6DBCB
Complementary color
Monochromatic Colors of #C6DBCB
Black with #C6DBCB
Text Example
Text Example
White with #C6DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DBCB; }
p { color: rgb(198,219,203); }
H1.HeaderClassName
{
color: #C6DBCB;
}
.AnyTagClassName
{
color: #C6DBCB;
}
</style>
background-color css
<style>
a { background-color: #C6DBCB; }
a { background-color: rgb(198,219,203); }
div.DivClassName
{
background-color: #C6DBCB;
}
.BgClassName
{
background-color: #C6DBCB;
}
</style>
border-color css
<style>
span { border-color: #C6DBCB; }
span { border-color: rgb(198,219,203); }
td.TdClassName
{
border-color: #C6DBCB;
}
.TagClassName
{
border-color: #C6DBCB;
}
</style>