Shades of Edgewater #C9CFCB
Tints of Edgewater #C9CFCB
RGB
CMYK
RGB Variations
Color information
#C9CFCB (or 0xC9CFCB) is known color: Edgewater. HEX triplet: C9, CF and CB. RGB value is (201,207,203). Sum of RGB (Red+Green+Blue) = 201+207+203=611 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.90% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFCB is #363034. Grayscale: #CCCCCC. Windows color (decimal): -3551285 or 13357001. OLE color: 13357001.
HSL color Cylindrical-coordinate representation of color #C9CFCB: hue angle of 140º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C9CFCB is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 201 | 207 | 203 | - |
CMYK | 0.03 | 0 | 0.02 | 0.19 |
HSL | 140º | 0.06% | 0.8% | - |
HSV(B) | 140º | 0.03% | 0.81% | - |
XYZ | 57.18 | 61.35 | 65.33 | - |
YUV | 204.75 | 127.01 | 125.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 207 | 203 | 0.03 | 0 | 0.02 | 0.19 | 140 | 0.06 | 0.8 |
Hex | C9 | CF | CB | 3 | 0 | 2 | 13 | 8C | 6 | 50 |
Octal | 311 | 317 | 313 | 3 | 0 | 2 | 23 | 214 | 6 | 120 |
Binary | 11001001 | 11001111 | 11001011 | 11 | 0 | 10 | 10011 | 10001100 | 110 | 1010000 |
Color Harmonies of #C9CFCB
Complementary color
Monochromatic Colors of #C9CFCB
Black with #C9CFCB
Text Example
Text Example
White with #C9CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFCB; }
p { color: rgb(201,207,203); }
H1.HeaderClassName
{
color: #C9CFCB;
}
.AnyTagClassName
{
color: #C9CFCB;
}
</style>
background-color css
<style>
a { background-color: #C9CFCB; }
a { background-color: rgb(201,207,203); }
div.DivClassName
{
background-color: #C9CFCB;
}
.BgClassName
{
background-color: #C9CFCB;
}
</style>
border-color css
<style>
span { border-color: #C9CFCB; }
span { border-color: rgb(201,207,203); }
td.TdClassName
{
border-color: #C9CFCB;
}
.TagClassName
{
border-color: #C9CFCB;
}
</style>