Shades of Edgewater #C9DACD
Tints of Edgewater #C9DACD
RGB
CMYK
RGB Variations
Color information
#C9DACD (or 0xC9DACD) is known color: Edgewater. HEX triplet: C9, DA and CD. RGB value is (201,218,205). Sum of RGB (Red+Green+Blue) = 201+218+205=624 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.21% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DACD is #362532. Grayscale: #D3D3D3. Windows color (decimal): -3548467 or 13490889. OLE color: 13490889.
HSL color Cylindrical-coordinate representation of color #C9DACD: hue angle of 134.12º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9DACD is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 218 | 205 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.15 |
| HSL | 134.12º | 0.19% | 0.82% | - |
| HSV(B) | 134.12º | 0.08% | 0.85% | - |
| XYZ | 60.18 | 66.97 | 67.51 | - |
| YUV | 211.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 218 | 205 | 0.08 | 0 | 0.06 | 0.15 | 134.12 | 0.19 | 0.82 |
| Hex | C9 | DA | CD | 8 | 0 | 6 | F | 86 | 13 | 52 |
| Octal | 311 | 332 | 315 | 10 | 0 | 6 | 17 | 206 | 23 | 122 |
| Binary | 11001001 | 11011010 | 11001101 | 1000 | 0 | 110 | 1111 | 10000110 | 10011 | 1010010 |
Color Harmonies of #C9DACD
Complementary color
Monochromatic Colors of #C9DACD
Black with #C9DACD
Text Example
Text Example
White with #C9DACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DACD; }
p { color: rgb(201,218,205); }
H1.HeaderClassName
{
color: #C9DACD;
}
.AnyTagClassName
{
color: #C9DACD;
}
</style>
background-color css
<style>
a { background-color: #C9DACD; }
a { background-color: rgb(201,218,205); }
div.DivClassName
{
background-color: #C9DACD;
}
.BgClassName
{
background-color: #C9DACD;
}
</style>
border-color css
<style>
span { border-color: #C9DACD; }
span { border-color: rgb(201,218,205); }
td.TdClassName
{
border-color: #C9DACD;
}
.TagClassName
{
border-color: #C9DACD;
}
</style>