Shades of Edgewater #C7D5CC
Tints of Edgewater #C7D5CC
RGB
CMYK
RGB Variations
Color information
#C7D5CC (or 0xC7D5CC) is known color: Edgewater. HEX triplet: C7, D5 and CC. RGB value is (199,213,204). Sum of RGB (Red+Green+Blue) = 199+213+204=616 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.31% from 616); Green value is 213 (83.59% from 255 or 34.58% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D5CC is #382A33. Grayscale: #CFCFCF. Windows color (decimal): -3680820 or 13424071. OLE color: 13424071.
HSL color Cylindrical-coordinate representation of color #C7D5CC: hue angle of 141.43º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7D5CC is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 199 | 213 | 204 | - |
CMYK | 0.07 | 0 | 0.04 | 0.16 |
HSL | 141.43º | 0.14% | 0.81% | - |
HSV(B) | 141.43º | 0.07% | 0.84% | - |
XYZ | 58.25 | 64.09 | 66.43 | - |
YUV | 207.79 | 125.86 | 121.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 213 | 204 | 0.07 | 0 | 0.04 | 0.16 | 141.43 | 0.14 | 0.81 |
Hex | C7 | D5 | CC | 7 | 0 | 4 | 10 | 8D | E | 51 |
Octal | 307 | 325 | 314 | 7 | 0 | 4 | 20 | 215 | 16 | 121 |
Binary | 11000111 | 11010101 | 11001100 | 111 | 0 | 100 | 10000 | 10001101 | 1110 | 1010001 |
Color Harmonies of #C7D5CC
Complementary color
Monochromatic Colors of #C7D5CC
Black with #C7D5CC
Text Example
Text Example
White with #C7D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D5CC; }
p { color: rgb(199,213,204); }
H1.HeaderClassName
{
color: #C7D5CC;
}
.AnyTagClassName
{
color: #C7D5CC;
}
</style>
background-color css
<style>
a { background-color: #C7D5CC; }
a { background-color: rgb(199,213,204); }
div.DivClassName
{
background-color: #C7D5CC;
}
.BgClassName
{
background-color: #C7D5CC;
}
</style>
border-color css
<style>
span { border-color: #C7D5CC; }
span { border-color: rgb(199,213,204); }
td.TdClassName
{
border-color: #C7D5CC;
}
.TagClassName
{
border-color: #C7D5CC;
}
</style>