Shades of Edgewater #C1DCC6
Tints of Edgewater #C1DCC6
RGB
CMYK
RGB Variations
Color information
#C1DCC6 (or 0xC1DCC6) is known color: Edgewater. HEX triplet: C1, DC and C6. RGB value is (193,220,198). Sum of RGB (Red+Green+Blue) = 193+220+198=611 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.59% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 198 (77.73% from 255 or 32.41% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DCC6 is #3E2339. Grayscale: #D1D1D1. Windows color (decimal): -4072250 or 13032641. OLE color: 13032641.
HSL color Cylindrical-coordinate representation of color #C1DCC6: hue angle of 131.11º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1DCC6 is Cyan = 0.12, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 220 | 198 | - |
| CMYK | 0.12 | 0 | 0.1 | 0.14 |
| HSL | 131.11º | 0.28% | 0.81% | - |
| HSV(B) | 131.11º | 0.12% | 0.86% | - |
| XYZ | 57.78 | 66.6 | 63.24 | - |
| YUV | 209.42 | 121.55 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 220 | 198 | 0.12 | 0 | 0.1 | 0.14 | 131.11 | 0.28 | 0.81 |
| Hex | C1 | DC | C6 | C | 0 | A | E | 83 | 1C | 51 |
| Octal | 301 | 334 | 306 | 14 | 0 | 12 | 16 | 203 | 34 | 121 |
| Binary | 11000001 | 11011100 | 11000110 | 1100 | 0 | 1010 | 1110 | 10000011 | 11100 | 1010001 |
Color Harmonies of #C1DCC6
Complementary color
Monochromatic Colors of #C1DCC6
Black with #C1DCC6
Text Example
Text Example
White with #C1DCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DCC6; }
p { color: rgb(193,220,198); }
H1.HeaderClassName
{
color: #C1DCC6;
}
.AnyTagClassName
{
color: #C1DCC6;
}
</style>
background-color css
<style>
a { background-color: #C1DCC6; }
a { background-color: rgb(193,220,198); }
div.DivClassName
{
background-color: #C1DCC6;
}
.BgClassName
{
background-color: #C1DCC6;
}
</style>
border-color css
<style>
span { border-color: #C1DCC6; }
span { border-color: rgb(193,220,198); }
td.TdClassName
{
border-color: #C1DCC6;
}
.TagClassName
{
border-color: #C1DCC6;
}
</style>