Shades of Edgewater #C8D8CC
Tints of Edgewater #C8D8CC
RGB
CMYK
RGB Variations
Color information
#C8D8CC (or 0xC8D8CC) is known color: Edgewater. HEX triplet: C8, D8 and CC. RGB value is (200,216,204). Sum of RGB (Red+Green+Blue) = 200+216+204=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 216 (84.77% from 255 or 34.84% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D8CC is #372733. Grayscale: #D1D1D1. Windows color (decimal): -3614516 or 13424840. OLE color: 13424840.
HSL color Cylindrical-coordinate representation of color #C8D8CC: hue angle of 135º degrees, saturation: 0.17, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8D8CC is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 216 | 204 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.15 |
| HSL | 135º | 0.17% | 0.82% | - |
| HSV(B) | 135º | 0.07% | 0.85% | - |
| XYZ | 59.27 | 65.75 | 66.69 | - |
| YUV | 209.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 204 | 0.07 | 0 | 0.06 | 0.15 | 135 | 0.17 | 0.82 |
| Hex | C8 | D8 | CC | 7 | 0 | 6 | F | 87 | 11 | 52 |
| Octal | 310 | 330 | 314 | 7 | 0 | 6 | 17 | 207 | 21 | 122 |
| Binary | 11001000 | 11011000 | 11001100 | 111 | 0 | 110 | 1111 | 10000111 | 10001 | 1010010 |
Color Harmonies of #C8D8CC
Complementary color
Monochromatic Colors of #C8D8CC
Black with #C8D8CC
Text Example
Text Example
White with #C8D8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D8CC; }
p { color: rgb(200,216,204); }
H1.HeaderClassName
{
color: #C8D8CC;
}
.AnyTagClassName
{
color: #C8D8CC;
}
</style>
background-color css
<style>
a { background-color: #C8D8CC; }
a { background-color: rgb(200,216,204); }
div.DivClassName
{
background-color: #C8D8CC;
}
.BgClassName
{
background-color: #C8D8CC;
}
</style>
border-color css
<style>
span { border-color: #C8D8CC; }
span { border-color: rgb(200,216,204); }
td.TdClassName
{
border-color: #C8D8CC;
}
.TagClassName
{
border-color: #C8D8CC;
}
</style>