Shades of Edgewater #C6D7CA
Tints of Edgewater #C6D7CA
RGB
CMYK
RGB Variations
Color information
#C6D7CA (or 0xC6D7CA) is known color: Edgewater. HEX triplet: C6, D7 and CA. RGB value is (198,215,202). Sum of RGB (Red+Green+Blue) = 198+215+202=615 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.20% from 615); Green value is 215 (84.38% from 255 or 34.96% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 215 - color contains mainly: green. Hex color #C6D7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D7CA is #392835. Grayscale: #D0D0D0. Windows color (decimal): -3745846 or 13293510. OLE color: 13293510.
HSL color Cylindrical-coordinate representation of color #C6D7CA: hue angle of 134.12º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6D7CA is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 215 | 202 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.16 |
| HSL | 134.12º | 0.18% | 0.81% | - |
| HSV(B) | 134.12º | 0.08% | 0.84% | - |
| XYZ | 58.25 | 64.87 | 65.33 | - |
| YUV | 208.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 215 | 202 | 0.08 | 0 | 0.06 | 0.16 | 134.12 | 0.18 | 0.81 |
| Hex | C6 | D7 | CA | 8 | 0 | 6 | 10 | 86 | 12 | 51 |
| Octal | 306 | 327 | 312 | 10 | 0 | 6 | 20 | 206 | 22 | 121 |
| Binary | 11000110 | 11010111 | 11001010 | 1000 | 0 | 110 | 10000 | 10000110 | 10010 | 1010001 |
Color Harmonies of #C6D7CA
Complementary color
Monochromatic Colors of #C6D7CA
Black with #C6D7CA
Text Example
Text Example
White with #C6D7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D7CA; }
p { color: rgb(198,215,202); }
H1.HeaderClassName
{
color: #C6D7CA;
}
.AnyTagClassName
{
color: #C6D7CA;
}
</style>
background-color css
<style>
a { background-color: #C6D7CA; }
a { background-color: rgb(198,215,202); }
div.DivClassName
{
background-color: #C6D7CA;
}
.BgClassName
{
background-color: #C6D7CA;
}
</style>
border-color css
<style>
span { border-color: #C6D7CA; }
span { border-color: rgb(198,215,202); }
td.TdClassName
{
border-color: #C6D7CA;
}
.TagClassName
{
border-color: #C6D7CA;
}
</style>