Shades of Edgewater #C9CDCA
Tints of Edgewater #C9CDCA
RGB
CMYK
RGB Variations
Color information
#C9CDCA (or 0xC9CDCA) is known color: Edgewater. HEX triplet: C9, CD and CA. RGB value is (201,205,202). Sum of RGB (Red+Green+Blue) = 201+205+202=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CDCA is #363235. Grayscale: #CBCBCB. Windows color (decimal): -3551798 or 13290953. OLE color: 13290953.
HSL color Cylindrical-coordinate representation of color #C9CDCA: hue angle of 135º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C9CDCA is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
RGB | 201 | 205 | 202 | - |
CMYK | 0.02 | 0 | 0.01 | 0.20 |
HSL | 135º | 0.04% | 0.8% | - |
HSV(B) | 135º | 0.02% | 0.8% | - |
XYZ | 56.58 | 60.34 | 64.54 | - |
YUV | 203.46 | 127.17 | 126.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 205 | 202 | 0.02 | 0 | 0.01 | 0.20 | 135 | 0.04 | 0.8 |
Hex | C9 | CD | CA | 2 | 0 | 1 | 14 | 87 | 4 | 50 |
Octal | 311 | 315 | 312 | 2 | 0 | 1 | 24 | 207 | 4 | 120 |
Binary | 11001001 | 11001101 | 11001010 | 10 | 0 | 1 | 10100 | 10000111 | 100 | 1010000 |
Color Harmonies of #C9CDCA
Complementary color
Monochromatic Colors of #C9CDCA
Black with #C9CDCA
Text Example
Text Example
White with #C9CDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CDCA; }
p { color: rgb(201,205,202); }
H1.HeaderClassName
{
color: #C9CDCA;
}
.AnyTagClassName
{
color: #C9CDCA;
}
</style>
background-color css
<style>
a { background-color: #C9CDCA; }
a { background-color: rgb(201,205,202); }
div.DivClassName
{
background-color: #C9CDCA;
}
.BgClassName
{
background-color: #C9CDCA;
}
</style>
border-color css
<style>
span { border-color: #C9CDCA; }
span { border-color: rgb(201,205,202); }
td.TdClassName
{
border-color: #C9CDCA;
}
.TagClassName
{
border-color: #C9CDCA;
}
</style>