Shades of Edgewater #C9D5CB
Tints of Edgewater #C9D5CB
RGB
CMYK
RGB Variations
Color information
#C9D5CB (or 0xC9D5CB) is known color: Edgewater. HEX triplet: C9, D5 and CB. RGB value is (201,213,203). Sum of RGB (Red+Green+Blue) = 201+213+203=617 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.58% from 617); Green value is 213 (83.59% from 255 or 34.52% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D5CB is #362A34. Grayscale: #D0D0D0. Windows color (decimal): -3549749 or 13358537. OLE color: 13358537.
HSL color Cylindrical-coordinate representation of color #C9D5CB: hue angle of 130º 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 #C9D5CB is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 213 | 203 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.16 |
| HSL | 130º | 0.13% | 0.81% | - |
| HSV(B) | 130º | 0.06% | 0.84% | - |
| XYZ | 58.66 | 64.32 | 65.82 | - |
| YUV | 208.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 213 | 203 | 0.06 | 0 | 0.05 | 0.16 | 130 | 0.13 | 0.81 |
| Hex | C9 | D5 | CB | 6 | 0 | 5 | 10 | 82 | C | 51 |
| Octal | 311 | 325 | 313 | 6 | 0 | 5 | 20 | 202 | 14 | 121 |
| Binary | 11001001 | 11010101 | 11001011 | 110 | 0 | 101 | 10000 | 10000010 | 1100 | 1010001 |
Color Harmonies of #C9D5CB
Complementary color
Monochromatic Colors of #C9D5CB
Black with #C9D5CB
Text Example
Text Example
White with #C9D5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D5CB; }
p { color: rgb(201,213,203); }
H1.HeaderClassName
{
color: #C9D5CB;
}
.AnyTagClassName
{
color: #C9D5CB;
}
</style>
background-color css
<style>
a { background-color: #C9D5CB; }
a { background-color: rgb(201,213,203); }
div.DivClassName
{
background-color: #C9D5CB;
}
.BgClassName
{
background-color: #C9D5CB;
}
</style>
border-color css
<style>
span { border-color: #C9D5CB; }
span { border-color: rgb(201,213,203); }
td.TdClassName
{
border-color: #C9D5CB;
}
.TagClassName
{
border-color: #C9D5CB;
}
</style>