Shades of Edgewater #C1D7C9
Tints of Edgewater #C1D7C9
RGB
CMYK
RGB Variations
Color information
#C1D7C9 (or 0xC1D7C9) is known color: Edgewater. HEX triplet: C1, D7 and C9. RGB value is (193,215,201). Sum of RGB (Red+Green+Blue) = 193+215+201=609 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.69% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 215 - color contains mainly: green. Hex color #C1D7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D7C9 is #3E2836. Grayscale: #CECECE. Windows color (decimal): -4073527 or 13227969. OLE color: 13227969.
HSL color Cylindrical-coordinate representation of color #C1D7C9: hue angle of 141.82º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1D7C9 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 215 | 201 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.16 |
| HSL | 141.82º | 0.22% | 0.8% | - |
| HSV(B) | 141.82º | 0.1% | 0.84% | - |
| XYZ | 56.84 | 64.16 | 64.65 | - |
| YUV | 206.83 | 124.71 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 215 | 201 | 0.10 | 0 | 0.07 | 0.16 | 141.82 | 0.22 | 0.8 |
| Hex | C1 | D7 | C9 | A | 0 | 7 | 10 | 8E | 16 | 50 |
| Octal | 301 | 327 | 311 | 12 | 0 | 7 | 20 | 216 | 26 | 120 |
| Binary | 11000001 | 11010111 | 11001001 | 1010 | 0 | 111 | 10000 | 10001110 | 10110 | 1010000 |
Color Harmonies of #C1D7C9
Complementary color
Monochromatic Colors of #C1D7C9
Black with #C1D7C9
Text Example
Text Example
White with #C1D7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D7C9; }
p { color: rgb(193,215,201); }
H1.HeaderClassName
{
color: #C1D7C9;
}
.AnyTagClassName
{
color: #C1D7C9;
}
</style>
background-color css
<style>
a { background-color: #C1D7C9; }
a { background-color: rgb(193,215,201); }
div.DivClassName
{
background-color: #C1D7C9;
}
.BgClassName
{
background-color: #C1D7C9;
}
</style>
border-color css
<style>
span { border-color: #C1D7C9; }
span { border-color: rgb(193,215,201); }
td.TdClassName
{
border-color: #C1D7C9;
}
.TagClassName
{
border-color: #C1D7C9;
}
</style>