Shades of Edgewater #C6D9CA
Tints of Edgewater #C6D9CA
RGB
CMYK
RGB Variations
Color information
#C6D9CA (or 0xC6D9CA) is known color: Edgewater. HEX triplet: C6, D9 and CA. RGB value is (198,217,202). Sum of RGB (Red+Green+Blue) = 198+217+202=617 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.09% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D9CA is #392635. Grayscale: #D1D1D1. Windows color (decimal): -3745334 or 13294022. OLE color: 13294022.
HSL color Cylindrical-coordinate representation of color #C6D9CA: hue angle of 132.63º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6D9CA is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 217 | 202 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.15 |
| HSL | 132.63º | 0.2% | 0.81% | - |
| HSV(B) | 132.63º | 0.09% | 0.85% | - |
| XYZ | 58.76 | 65.9 | 65.5 | - |
| YUV | 209.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 217 | 202 | 0.09 | 0 | 0.07 | 0.15 | 132.63 | 0.2 | 0.81 |
| Hex | C6 | D9 | CA | 9 | 0 | 7 | F | 85 | 14 | 51 |
| Octal | 306 | 331 | 312 | 11 | 0 | 7 | 17 | 205 | 24 | 121 |
| Binary | 11000110 | 11011001 | 11001010 | 1001 | 0 | 111 | 1111 | 10000101 | 10100 | 1010001 |
Color Harmonies of #C6D9CA
Complementary color
Monochromatic Colors of #C6D9CA
Black with #C6D9CA
Text Example
Text Example
White with #C6D9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D9CA; }
p { color: rgb(198,217,202); }
H1.HeaderClassName
{
color: #C6D9CA;
}
.AnyTagClassName
{
color: #C6D9CA;
}
</style>
background-color css
<style>
a { background-color: #C6D9CA; }
a { background-color: rgb(198,217,202); }
div.DivClassName
{
background-color: #C6D9CA;
}
.BgClassName
{
background-color: #C6D9CA;
}
</style>
border-color css
<style>
span { border-color: #C6D9CA; }
span { border-color: rgb(198,217,202); }
td.TdClassName
{
border-color: #C6D9CA;
}
.TagClassName
{
border-color: #C6D9CA;
}
</style>