Shades of Edgewater #C8D7CB
Tints of Edgewater #C8D7CB
RGB
CMYK
RGB Variations
Color information
#C8D7CB (or 0xC8D7CB) is known color: Edgewater. HEX triplet: C8, D7 and CB. RGB value is (200,215,203). Sum of RGB (Red+Green+Blue) = 200+215+203=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 215 (84.38% from 255 or 34.79% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D7CB is #372834. Grayscale: #D1D1D1. Windows color (decimal): -3614773 or 13359048. OLE color: 13359048.
HSL color Cylindrical-coordinate representation of color #C8D7CB: hue angle of 132º degrees, saturation: 0.16, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8D7CB is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 215 | 203 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.16 |
| HSL | 132º | 0.16% | 0.81% | - |
| HSV(B) | 132º | 0.07% | 0.84% | - |
| XYZ | 58.9 | 65.19 | 65.98 | - |
| YUV | 209.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 215 | 203 | 0.07 | 0 | 0.06 | 0.16 | 132 | 0.16 | 0.81 |
| Hex | C8 | D7 | CB | 7 | 0 | 6 | 10 | 84 | 10 | 51 |
| Octal | 310 | 327 | 313 | 7 | 0 | 6 | 20 | 204 | 20 | 121 |
| Binary | 11001000 | 11010111 | 11001011 | 111 | 0 | 110 | 10000 | 10000100 | 10000 | 1010001 |
Color Harmonies of #C8D7CB
Complementary color
Monochromatic Colors of #C8D7CB
Black with #C8D7CB
Text Example
Text Example
White with #C8D7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D7CB; }
p { color: rgb(200,215,203); }
H1.HeaderClassName
{
color: #C8D7CB;
}
.AnyTagClassName
{
color: #C8D7CB;
}
</style>
background-color css
<style>
a { background-color: #C8D7CB; }
a { background-color: rgb(200,215,203); }
div.DivClassName
{
background-color: #C8D7CB;
}
.BgClassName
{
background-color: #C8D7CB;
}
</style>
border-color css
<style>
span { border-color: #C8D7CB; }
span { border-color: rgb(200,215,203); }
td.TdClassName
{
border-color: #C8D7CB;
}
.TagClassName
{
border-color: #C8D7CB;
}
</style>