Shades of Edgewater #C1D8CA
Tints of Edgewater #C1D8CA
RGB
CMYK
RGB Variations
Color information
#C1D8CA (or 0xC1D8CA) is known color: Edgewater. HEX triplet: C1, D8 and CA. RGB value is (193,216,202). Sum of RGB (Red+Green+Blue) = 193+216+202=611 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.59% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D8CA is #3E2735. Grayscale: #CFCFCF. Windows color (decimal): -4073270 or 13293761. OLE color: 13293761.
HSL color Cylindrical-coordinate representation of color #C1D8CA: hue angle of 143.48º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1D8CA is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 216 | 202 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.15 |
| HSL | 143.48º | 0.23% | 0.8% | - |
| HSV(B) | 143.48º | 0.11% | 0.85% | - |
| XYZ | 57.21 | 64.71 | 65.35 | - |
| YUV | 207.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 216 | 202 | 0.11 | 0 | 0.06 | 0.15 | 143.48 | 0.23 | 0.8 |
| Hex | C1 | D8 | CA | B | 0 | 6 | F | 8F | 17 | 50 |
| Octal | 301 | 330 | 312 | 13 | 0 | 6 | 17 | 217 | 27 | 120 |
| Binary | 11000001 | 11011000 | 11001010 | 1011 | 0 | 110 | 1111 | 10001111 | 10111 | 1010000 |
Color Harmonies of #C1D8CA
Complementary color
Monochromatic Colors of #C1D8CA
Black with #C1D8CA
Text Example
Text Example
White with #C1D8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D8CA; }
p { color: rgb(193,216,202); }
H1.HeaderClassName
{
color: #C1D8CA;
}
.AnyTagClassName
{
color: #C1D8CA;
}
</style>
background-color css
<style>
a { background-color: #C1D8CA; }
a { background-color: rgb(193,216,202); }
div.DivClassName
{
background-color: #C1D8CA;
}
.BgClassName
{
background-color: #C1D8CA;
}
</style>
border-color css
<style>
span { border-color: #C1D8CA; }
span { border-color: rgb(193,216,202); }
td.TdClassName
{
border-color: #C1D8CA;
}
.TagClassName
{
border-color: #C1D8CA;
}
</style>