Shades of Edgewater #C6D9CB
Tints of Edgewater #C6D9CB
RGB
CMYK
RGB Variations
Color information
#C6D9CB (or 0xC6D9CB) is known color: Edgewater. HEX triplet: C6, D9 and CB. RGB value is (198,217,203). Sum of RGB (Red+Green+Blue) = 198+217+203=618 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.04% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D9CB is #392634. Grayscale: #D1D1D1. Windows color (decimal): -3745333 or 13359558. OLE color: 13359558.
HSL color Cylindrical-coordinate representation of color #C6D9CB: hue angle of 135.79º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6D9CB is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 217 | 203 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.15 |
| HSL | 135.79º | 0.2% | 0.81% | - |
| HSV(B) | 135.79º | 0.09% | 0.85% | - |
| XYZ | 58.88 | 65.94 | 66.12 | - |
| YUV | 209.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 217 | 203 | 0.09 | 0 | 0.06 | 0.15 | 135.79 | 0.2 | 0.81 |
| Hex | C6 | D9 | CB | 9 | 0 | 6 | F | 88 | 14 | 51 |
| Octal | 306 | 331 | 313 | 11 | 0 | 6 | 17 | 210 | 24 | 121 |
| Binary | 11000110 | 11011001 | 11001011 | 1001 | 0 | 110 | 1111 | 10001000 | 10100 | 1010001 |
Color Harmonies of #C6D9CB
Complementary color
Monochromatic Colors of #C6D9CB
Black with #C6D9CB
Text Example
Text Example
White with #C6D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D9CB; }
p { color: rgb(198,217,203); }
H1.HeaderClassName
{
color: #C6D9CB;
}
.AnyTagClassName
{
color: #C6D9CB;
}
</style>
background-color css
<style>
a { background-color: #C6D9CB; }
a { background-color: rgb(198,217,203); }
div.DivClassName
{
background-color: #C6D9CB;
}
.BgClassName
{
background-color: #C6D9CB;
}
</style>
border-color css
<style>
span { border-color: #C6D9CB; }
span { border-color: rgb(198,217,203); }
td.TdClassName
{
border-color: #C6D9CB;
}
.TagClassName
{
border-color: #C6D9CB;
}
</style>