Shades of Edgewater #C1DCC8
Tints of Edgewater #C1DCC8
RGB
CMYK
RGB Variations
Color information
#C1DCC8 (or 0xC1DCC8) is known color: Edgewater. HEX triplet: C1, DC and C8. RGB value is (193,220,200). Sum of RGB (Red+Green+Blue) = 193+220+200=613 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.48% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DCC8 is #3E2337. Grayscale: #D1D1D1. Windows color (decimal): -4072248 or 13163713. OLE color: 13163713.
HSL color Cylindrical-coordinate representation of color #C1DCC8: hue angle of 135.56º 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 #C1DCC8 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 220 | 200 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.14 |
| HSL | 135.56º | 0.28% | 0.81% | - |
| HSV(B) | 135.56º | 0.12% | 0.86% | - |
| XYZ | 58.01 | 66.69 | 64.46 | - |
| YUV | 209.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 220 | 200 | 0.12 | 0 | 0.09 | 0.14 | 135.56 | 0.28 | 0.81 |
| Hex | C1 | DC | C8 | C | 0 | 9 | E | 88 | 1C | 51 |
| Octal | 301 | 334 | 310 | 14 | 0 | 11 | 16 | 210 | 34 | 121 |
| Binary | 11000001 | 11011100 | 11001000 | 1100 | 0 | 1001 | 1110 | 10001000 | 11100 | 1010001 |
Color Harmonies of #C1DCC8
Complementary color
Monochromatic Colors of #C1DCC8
Black with #C1DCC8
Text Example
Text Example
White with #C1DCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DCC8; }
p { color: rgb(193,220,200); }
H1.HeaderClassName
{
color: #C1DCC8;
}
.AnyTagClassName
{
color: #C1DCC8;
}
</style>
background-color css
<style>
a { background-color: #C1DCC8; }
a { background-color: rgb(193,220,200); }
div.DivClassName
{
background-color: #C1DCC8;
}
.BgClassName
{
background-color: #C1DCC8;
}
</style>
border-color css
<style>
span { border-color: #C1DCC8; }
span { border-color: rgb(193,220,200); }
td.TdClassName
{
border-color: #C1DCC8;
}
.TagClassName
{
border-color: #C1DCC8;
}
</style>