Shades of Edgewater #C8D7CD
Tints of Edgewater #C8D7CD
RGB
CMYK
RGB Variations
Color information
#C8D7CD (or 0xC8D7CD) is known color: Edgewater. HEX triplet: C8, D7 and CD. RGB value is (200,215,205). Sum of RGB (Red+Green+Blue) = 200+215+205=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 215 (84.38% from 255 or 34.68% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D7CD is #372832. Grayscale: #D1D1D1. Windows color (decimal): -3614771 or 13490120. OLE color: 13490120.
HSL color Cylindrical-coordinate representation of color #C8D7CD: hue angle of 140º 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 #C8D7CD is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
RGB | 200 | 215 | 205 | - |
CMYK | 0.07 | 0 | 0.05 | 0.16 |
HSL | 140º | 0.16% | 0.81% | - |
HSV(B) | 140º | 0.07% | 0.84% | - |
XYZ | 59.14 | 65.29 | 67.24 | - |
YUV | 209.38 | 125.53 | 121.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 215 | 205 | 0.07 | 0 | 0.05 | 0.16 | 140 | 0.16 | 0.81 |
Hex | C8 | D7 | CD | 7 | 0 | 5 | 10 | 8C | 10 | 51 |
Octal | 310 | 327 | 315 | 7 | 0 | 5 | 20 | 214 | 20 | 121 |
Binary | 11001000 | 11010111 | 11001101 | 111 | 0 | 101 | 10000 | 10001100 | 10000 | 1010001 |
Color Harmonies of #C8D7CD
Complementary color
Monochromatic Colors of #C8D7CD
Black with #C8D7CD
Text Example
Text Example
White with #C8D7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D7CD; }
p { color: rgb(200,215,205); }
H1.HeaderClassName
{
color: #C8D7CD;
}
.AnyTagClassName
{
color: #C8D7CD;
}
</style>
background-color css
<style>
a { background-color: #C8D7CD; }
a { background-color: rgb(200,215,205); }
div.DivClassName
{
background-color: #C8D7CD;
}
.BgClassName
{
background-color: #C8D7CD;
}
</style>
border-color css
<style>
span { border-color: #C8D7CD; }
span { border-color: rgb(200,215,205); }
td.TdClassName
{
border-color: #C8D7CD;
}
.TagClassName
{
border-color: #C8D7CD;
}
</style>