Shades of Edgewater #C9D8CD
Tints of Edgewater #C9D8CD
RGB
CMYK
RGB Variations
Color information
#C9D8CD (or 0xC9D8CD) is known color: Edgewater. HEX triplet: C9, D8 and CD. RGB value is (201,216,205). Sum of RGB (Red+Green+Blue) = 201+216+205=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 216 (84.77% from 255 or 34.73% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D8CD is #362732. Grayscale: #D2D2D2. Windows color (decimal): -3548979 or 13490377. OLE color: 13490377.
HSL color Cylindrical-coordinate representation of color #C9D8CD: hue angle of 136º degrees, saturation: 0.16, 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 #C9D8CD is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 216 | 205 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.15 |
| HSL | 136º | 0.16% | 0.82% | - |
| HSV(B) | 136º | 0.07% | 0.85% | - |
| XYZ | 59.66 | 65.94 | 67.34 | - |
| YUV | 210.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 216 | 205 | 0.07 | 0 | 0.05 | 0.15 | 136 | 0.16 | 0.82 |
| Hex | C9 | D8 | CD | 7 | 0 | 5 | F | 88 | 10 | 52 |
| Octal | 311 | 330 | 315 | 7 | 0 | 5 | 17 | 210 | 20 | 122 |
| Binary | 11001001 | 11011000 | 11001101 | 111 | 0 | 101 | 1111 | 10001000 | 10000 | 1010010 |
Color Harmonies of #C9D8CD
Complementary color
Monochromatic Colors of #C9D8CD
Black with #C9D8CD
Text Example
Text Example
White with #C9D8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D8CD; }
p { color: rgb(201,216,205); }
H1.HeaderClassName
{
color: #C9D8CD;
}
.AnyTagClassName
{
color: #C9D8CD;
}
</style>
background-color css
<style>
a { background-color: #C9D8CD; }
a { background-color: rgb(201,216,205); }
div.DivClassName
{
background-color: #C9D8CD;
}
.BgClassName
{
background-color: #C9D8CD;
}
</style>
border-color css
<style>
span { border-color: #C9D8CD; }
span { border-color: rgb(201,216,205); }
td.TdClassName
{
border-color: #C9D8CD;
}
.TagClassName
{
border-color: #C9D8CD;
}
</style>