Shades of Edgewater #C9D4CD
Tints of Edgewater #C9D4CD
RGB
CMYK
RGB Variations
Color information
#C9D4CD (or 0xC9D4CD) is known color: Edgewater. HEX triplet: C9, D4 and CD. RGB value is (201,212,205). Sum of RGB (Red+Green+Blue) = 201+212+205=618 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.52% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 212 - color contains mainly: green. Hex color #C9D4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D4CD is #362B32. Grayscale: #CFCFCF. Windows color (decimal): -3550003 or 13489353. OLE color: 13489353.
HSL color Cylindrical-coordinate representation of color #C9D4CD: hue angle of 141.82º degrees, saturation: 0.11, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C9D4CD is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
RGB | 201 | 212 | 205 | - |
CMYK | 0.05 | 0 | 0.03 | 0.17 |
HSL | 141.82º | 0.11% | 0.81% | - |
HSV(B) | 141.82º | 0.05% | 0.83% | - |
XYZ | 58.65 | 63.91 | 67 | - |
YUV | 207.91 | 126.36 | 123.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 212 | 205 | 0.05 | 0 | 0.03 | 0.17 | 141.82 | 0.11 | 0.81 |
Hex | C9 | D4 | CD | 5 | 0 | 3 | 11 | 8E | B | 51 |
Octal | 311 | 324 | 315 | 5 | 0 | 3 | 21 | 216 | 13 | 121 |
Binary | 11001001 | 11010100 | 11001101 | 101 | 0 | 11 | 10001 | 10001110 | 1011 | 1010001 |
Color Harmonies of #C9D4CD
Complementary color
Monochromatic Colors of #C9D4CD
Black with #C9D4CD
Text Example
Text Example
White with #C9D4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D4CD; }
p { color: rgb(201,212,205); }
H1.HeaderClassName
{
color: #C9D4CD;
}
.AnyTagClassName
{
color: #C9D4CD;
}
</style>
background-color css
<style>
a { background-color: #C9D4CD; }
a { background-color: rgb(201,212,205); }
div.DivClassName
{
background-color: #C9D4CD;
}
.BgClassName
{
background-color: #C9D4CD;
}
</style>
border-color css
<style>
span { border-color: #C9D4CD; }
span { border-color: rgb(201,212,205); }
td.TdClassName
{
border-color: #C9D4CD;
}
.TagClassName
{
border-color: #C9D4CD;
}
</style>