Shades of Edgewater #C7CFC9
Tints of Edgewater #C7CFC9
RGB
CMYK
RGB Variations
Color information
#C7CFC9 (or 0xC7CFC9) is known color: Edgewater. HEX triplet: C7, CF and C9. RGB value is (199,207,201). Sum of RGB (Red+Green+Blue) = 199+207+201=607 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.78% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFC9 is #383036. Grayscale: #CBCBCB. Windows color (decimal): -3682359 or 13225927. OLE color: 13225927.
HSL color Cylindrical-coordinate representation of color #C7CFC9: hue angle of 135º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C7CFC9 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 201 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.19 |
| HSL | 135º | 0.08% | 0.8% | - |
| HSV(B) | 135º | 0.04% | 0.81% | - |
| XYZ | 56.41 | 60.98 | 64.06 | - |
| YUV | 203.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 201 | 0.04 | 0 | 0.03 | 0.19 | 135 | 0.08 | 0.8 |
| Hex | C7 | CF | C9 | 4 | 0 | 3 | 13 | 87 | 8 | 50 |
| Octal | 307 | 317 | 311 | 4 | 0 | 3 | 23 | 207 | 10 | 120 |
| Binary | 11000111 | 11001111 | 11001001 | 100 | 0 | 11 | 10011 | 10000111 | 1000 | 1010000 |
Color Harmonies of #C7CFC9
Complementary color
Monochromatic Colors of #C7CFC9
Black with #C7CFC9
Text Example
Text Example
White with #C7CFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CFC9; }
p { color: rgb(199,207,201); }
H1.HeaderClassName
{
color: #C7CFC9;
}
.AnyTagClassName
{
color: #C7CFC9;
}
</style>
background-color css
<style>
a { background-color: #C7CFC9; }
a { background-color: rgb(199,207,201); }
div.DivClassName
{
background-color: #C7CFC9;
}
.BgClassName
{
background-color: #C7CFC9;
}
</style>
border-color css
<style>
span { border-color: #C7CFC9; }
span { border-color: rgb(199,207,201); }
td.TdClassName
{
border-color: #C7CFC9;
}
.TagClassName
{
border-color: #C7CFC9;
}
</style>