Shades of Edgewater #C6D2C9
Tints of Edgewater #C6D2C9
RGB
CMYK
RGB Variations
Color information
#C6D2C9 (or 0xC6D2C9) is known color: Edgewater. HEX triplet: C6, D2 and C9. RGB value is (198,210,201). Sum of RGB (Red+Green+Blue) = 198+210+201=609 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.51% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D2C9 is #392D36. Grayscale: #CDCDCD. Windows color (decimal): -3747127 or 13226694. OLE color: 13226694.
HSL color Cylindrical-coordinate representation of color #C6D2C9: hue angle of 135º degrees, saturation: 0.12, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C6D2C9 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 210 | 201 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.18 |
| HSL | 135º | 0.12% | 0.8% | - |
| HSV(B) | 135º | 0.06% | 0.82% | - |
| XYZ | 56.88 | 62.32 | 64.29 | - |
| YUV | 205.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 210 | 201 | 0.06 | 0 | 0.04 | 0.18 | 135 | 0.12 | 0.8 |
| Hex | C6 | D2 | C9 | 6 | 0 | 4 | 12 | 87 | C | 50 |
| Octal | 306 | 322 | 311 | 6 | 0 | 4 | 22 | 207 | 14 | 120 |
| Binary | 11000110 | 11010010 | 11001001 | 110 | 0 | 100 | 10010 | 10000111 | 1100 | 1010000 |
Color Harmonies of #C6D2C9
Complementary color
Monochromatic Colors of #C6D2C9
Black with #C6D2C9
Text Example
Text Example
White with #C6D2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D2C9; }
p { color: rgb(198,210,201); }
H1.HeaderClassName
{
color: #C6D2C9;
}
.AnyTagClassName
{
color: #C6D2C9;
}
</style>
background-color css
<style>
a { background-color: #C6D2C9; }
a { background-color: rgb(198,210,201); }
div.DivClassName
{
background-color: #C6D2C9;
}
.BgClassName
{
background-color: #C6D2C9;
}
</style>
border-color css
<style>
span { border-color: #C6D2C9; }
span { border-color: rgb(198,210,201); }
td.TdClassName
{
border-color: #C6D2C9;
}
.TagClassName
{
border-color: #C6D2C9;
}
</style>