Shades of Edgewater #C5CFC8
Tints of Edgewater #C5CFC8
RGB
CMYK
RGB Variations
Color information
#C5CFC8 (or 0xC5CFC8) is known color: Edgewater. HEX triplet: C5, CF and C8. RGB value is (197,207,200). Sum of RGB (Red+Green+Blue) = 197+207+200=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 200 (78.52% from 255 or 33.11% from 604); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFC8 is #3A3037. Grayscale: #CBCBCB. Windows color (decimal): -3813432 or 13160389. OLE color: 13160389.
HSL color Cylindrical-coordinate representation of color #C5CFC8: hue angle of 138º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5CFC8 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 200 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.19 |
| HSL | 138º | 0.09% | 0.79% | - |
| HSV(B) | 138º | 0.05% | 0.81% | - |
| XYZ | 55.76 | 60.67 | 63.41 | - |
| YUV | 203.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 200 | 0.05 | 0 | 0.03 | 0.19 | 138 | 0.09 | 0.79 |
| Hex | C5 | CF | C8 | 5 | 0 | 3 | 13 | 8A | 9 | 4F |
| Octal | 305 | 317 | 310 | 5 | 0 | 3 | 23 | 212 | 11 | 117 |
| Binary | 11000101 | 11001111 | 11001000 | 101 | 0 | 11 | 10011 | 10001010 | 1001 | 1001111 |
Color Harmonies of #C5CFC8
Complementary color
Monochromatic Colors of #C5CFC8
Black with #C5CFC8
Text Example
Text Example
White with #C5CFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CFC8; }
p { color: rgb(197,207,200); }
H1.HeaderClassName
{
color: #C5CFC8;
}
.AnyTagClassName
{
color: #C5CFC8;
}
</style>
background-color css
<style>
a { background-color: #C5CFC8; }
a { background-color: rgb(197,207,200); }
div.DivClassName
{
background-color: #C5CFC8;
}
.BgClassName
{
background-color: #C5CFC8;
}
</style>
border-color css
<style>
span { border-color: #C5CFC8; }
span { border-color: rgb(197,207,200); }
td.TdClassName
{
border-color: #C5CFC8;
}
.TagClassName
{
border-color: #C5CFC8;
}
</style>