Shades of Edgewater #C8D6CC
Tints of Edgewater #C8D6CC
RGB
CMYK
RGB Variations
Color information
#C8D6CC (or 0xC8D6CC) is known color: Edgewater. HEX triplet: C8, D6 and CC. RGB value is (200,214,204). Sum of RGB (Red+Green+Blue) = 200+214+204=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D6CC is #372933. Grayscale: #D0D0D0. Windows color (decimal): -3615028 or 13424328. OLE color: 13424328.
HSL color Cylindrical-coordinate representation of color #C8D6CC: hue angle of 137.14º degrees, saturation: 0.15, 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 #C8D6CC is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 214 | 204 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.16 |
| HSL | 137.14º | 0.15% | 0.81% | - |
| HSV(B) | 137.14º | 0.07% | 0.84% | - |
| XYZ | 58.77 | 64.73 | 66.52 | - |
| YUV | 208.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 214 | 204 | 0.07 | 0 | 0.05 | 0.16 | 137.14 | 0.15 | 0.81 |
| Hex | C8 | D6 | CC | 7 | 0 | 5 | 10 | 89 | F | 51 |
| Octal | 310 | 326 | 314 | 7 | 0 | 5 | 20 | 211 | 17 | 121 |
| Binary | 11001000 | 11010110 | 11001100 | 111 | 0 | 101 | 10000 | 10001001 | 1111 | 1010001 |
Color Harmonies of #C8D6CC
Complementary color
Monochromatic Colors of #C8D6CC
Black with #C8D6CC
Text Example
Text Example
White with #C8D6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D6CC; }
p { color: rgb(200,214,204); }
H1.HeaderClassName
{
color: #C8D6CC;
}
.AnyTagClassName
{
color: #C8D6CC;
}
</style>
background-color css
<style>
a { background-color: #C8D6CC; }
a { background-color: rgb(200,214,204); }
div.DivClassName
{
background-color: #C8D6CC;
}
.BgClassName
{
background-color: #C8D6CC;
}
</style>
border-color css
<style>
span { border-color: #C8D6CC; }
span { border-color: rgb(200,214,204); }
td.TdClassName
{
border-color: #C8D6CC;
}
.TagClassName
{
border-color: #C8D6CC;
}
</style>