Shades of Edgewater #C9D5CC
Tints of Edgewater #C9D5CC
RGB
CMYK
RGB Variations
Color information
#C9D5CC (or 0xC9D5CC) is known color: Edgewater. HEX triplet: C9, D5 and CC. RGB value is (201,213,204). Sum of RGB (Red+Green+Blue) = 201+213+204=618 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.52% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D5CC is #362A33. Grayscale: #D0D0D0. Windows color (decimal): -3549748 or 13424073. OLE color: 13424073.
HSL color Cylindrical-coordinate representation of color #C9D5CC: hue angle of 135º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C9D5CC is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 213 | 204 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.16 |
| HSL | 135º | 0.13% | 0.81% | - |
| HSV(B) | 135º | 0.06% | 0.84% | - |
| XYZ | 58.78 | 64.37 | 66.45 | - |
| YUV | 208.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 213 | 204 | 0.06 | 0 | 0.04 | 0.16 | 135 | 0.13 | 0.81 |
| Hex | C9 | D5 | CC | 6 | 0 | 4 | 10 | 87 | C | 51 |
| Octal | 311 | 325 | 314 | 6 | 0 | 4 | 20 | 207 | 14 | 121 |
| Binary | 11001001 | 11010101 | 11001100 | 110 | 0 | 100 | 10000 | 10000111 | 1100 | 1010001 |
Color Harmonies of #C9D5CC
Complementary color
Monochromatic Colors of #C9D5CC
Black with #C9D5CC
Text Example
Text Example
White with #C9D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D5CC; }
p { color: rgb(201,213,204); }
H1.HeaderClassName
{
color: #C9D5CC;
}
.AnyTagClassName
{
color: #C9D5CC;
}
</style>
background-color css
<style>
a { background-color: #C9D5CC; }
a { background-color: rgb(201,213,204); }
div.DivClassName
{
background-color: #C9D5CC;
}
.BgClassName
{
background-color: #C9D5CC;
}
</style>
border-color css
<style>
span { border-color: #C9D5CC; }
span { border-color: rgb(201,213,204); }
td.TdClassName
{
border-color: #C9D5CC;
}
.TagClassName
{
border-color: #C9D5CC;
}
</style>