Shades of Edgewater #C7D6CC
Tints of Edgewater #C7D6CC
RGB
CMYK
RGB Variations
Color information
#C7D6CC (or 0xC7D6CC) is known color: Edgewater. HEX triplet: C7, D6 and CC. RGB value is (199,214,204). Sum of RGB (Red+Green+Blue) = 199+214+204=617 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.25% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D6CC is #382933. Grayscale: #D0D0D0. Windows color (decimal): -3680564 or 13424327. OLE color: 13424327.
HSL color Cylindrical-coordinate representation of color #C7D6CC: hue angle of 140º degrees, saturation: 0.15, 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 #C7D6CC is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
RGB | 199 | 214 | 204 | - |
CMYK | 0.07 | 0 | 0.05 | 0.16 |
HSL | 140º | 0.15% | 0.81% | - |
HSV(B) | 140º | 0.07% | 0.84% | - |
XYZ | 58.5 | 64.59 | 66.51 | - |
YUV | 208.38 | 125.53 | 121.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 214 | 204 | 0.07 | 0 | 0.05 | 0.16 | 140 | 0.15 | 0.81 |
Hex | C7 | D6 | CC | 7 | 0 | 5 | 10 | 8C | F | 51 |
Octal | 307 | 326 | 314 | 7 | 0 | 5 | 20 | 214 | 17 | 121 |
Binary | 11000111 | 11010110 | 11001100 | 111 | 0 | 101 | 10000 | 10001100 | 1111 | 1010001 |
Color Harmonies of #C7D6CC
Complementary color
Monochromatic Colors of #C7D6CC
Black with #C7D6CC
Text Example
Text Example
White with #C7D6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D6CC; }
p { color: rgb(199,214,204); }
H1.HeaderClassName
{
color: #C7D6CC;
}
.AnyTagClassName
{
color: #C7D6CC;
}
</style>
background-color css
<style>
a { background-color: #C7D6CC; }
a { background-color: rgb(199,214,204); }
div.DivClassName
{
background-color: #C7D6CC;
}
.BgClassName
{
background-color: #C7D6CC;
}
</style>
border-color css
<style>
span { border-color: #C7D6CC; }
span { border-color: rgb(199,214,204); }
td.TdClassName
{
border-color: #C7D6CC;
}
.TagClassName
{
border-color: #C7D6CC;
}
</style>