Shades of Edgewater #C1D7C6
Tints of Edgewater #C1D7C6
RGB
CMYK
RGB Variations
Color information
#C1D7C6 (or 0xC1D7C6) is known color: Edgewater. HEX triplet: C1, D7 and C6. RGB value is (193,215,198). Sum of RGB (Red+Green+Blue) = 193+215+198=606 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.85% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 215 - color contains mainly: green. Hex color #C1D7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D7C6 is #3E2839. Grayscale: #CECECE. Windows color (decimal): -4073530 or 13031361. OLE color: 13031361.
HSL color Cylindrical-coordinate representation of color #C1D7C6: hue angle of 133.64º 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 #C1D7C6 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 215 | 198 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.16 |
| HSL | 133.64º | 0.22% | 0.8% | - |
| HSV(B) | 133.64º | 0.1% | 0.84% | - |
| XYZ | 56.49 | 64.02 | 62.81 | - |
| YUV | 206.48 | 123.21 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 215 | 198 | 0.10 | 0 | 0.08 | 0.16 | 133.64 | 0.22 | 0.8 |
| Hex | C1 | D7 | C6 | A | 0 | 8 | 10 | 86 | 16 | 50 |
| Octal | 301 | 327 | 306 | 12 | 0 | 10 | 20 | 206 | 26 | 120 |
| Binary | 11000001 | 11010111 | 11000110 | 1010 | 0 | 1000 | 10000 | 10000110 | 10110 | 1010000 |
Color Harmonies of #C1D7C6
Complementary color
Monochromatic Colors of #C1D7C6
Black with #C1D7C6
Text Example
Text Example
White with #C1D7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D7C6; }
p { color: rgb(193,215,198); }
H1.HeaderClassName
{
color: #C1D7C6;
}
.AnyTagClassName
{
color: #C1D7C6;
}
</style>
background-color css
<style>
a { background-color: #C1D7C6; }
a { background-color: rgb(193,215,198); }
div.DivClassName
{
background-color: #C1D7C6;
}
.BgClassName
{
background-color: #C1D7C6;
}
</style>
border-color css
<style>
span { border-color: #C1D7C6; }
span { border-color: rgb(193,215,198); }
td.TdClassName
{
border-color: #C1D7C6;
}
.TagClassName
{
border-color: #C1D7C6;
}
</style>