Shades of Edgewater #C8D0CB
Tints of Edgewater #C8D0CB
RGB
CMYK
RGB Variations
Color information
#C8D0CB (or 0xC8D0CB) is known color: Edgewater. HEX triplet: C8, D0 and CB. RGB value is (200,208,203). Sum of RGB (Red+Green+Blue) = 200+208+203=611 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.73% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D0CB is #372F34. Grayscale: #CDCDCD. Windows color (decimal): -3616565 or 13357256. OLE color: 13357256.
HSL color Cylindrical-coordinate representation of color #C8D0CB: hue angle of 142.5º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C8D0CB is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 203 | - |
| CMYK | 0.04 | 0 | 0.02 | 0.18 |
| HSL | 142.5º | 0.08% | 0.8% | - |
| HSV(B) | 142.5º | 0.04% | 0.82% | - |
| XYZ | 57.15 | 61.7 | 65.4 | - |
| YUV | 205.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 203 | 0.04 | 0 | 0.02 | 0.18 | 142.5 | 0.08 | 0.8 |
| Hex | C8 | D0 | CB | 4 | 0 | 2 | 12 | 8E | 8 | 50 |
| Octal | 310 | 320 | 313 | 4 | 0 | 2 | 22 | 216 | 10 | 120 |
| Binary | 11001000 | 11010000 | 11001011 | 100 | 0 | 10 | 10010 | 10001110 | 1000 | 1010000 |
Color Harmonies of #C8D0CB
Complementary color
Monochromatic Colors of #C8D0CB
Black with #C8D0CB
Text Example
Text Example
White with #C8D0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D0CB; }
p { color: rgb(200,208,203); }
H1.HeaderClassName
{
color: #C8D0CB;
}
.AnyTagClassName
{
color: #C8D0CB;
}
</style>
background-color css
<style>
a { background-color: #C8D0CB; }
a { background-color: rgb(200,208,203); }
div.DivClassName
{
background-color: #C8D0CB;
}
.BgClassName
{
background-color: #C8D0CB;
}
</style>
border-color css
<style>
span { border-color: #C8D0CB; }
span { border-color: rgb(200,208,203); }
td.TdClassName
{
border-color: #C8D0CB;
}
.TagClassName
{
border-color: #C8D0CB;
}
</style>