Shades of Edgewater #C1E0C7
Tints of Edgewater #C1E0C7
RGB
CMYK
RGB Variations
Color information
#C1E0C7 (or 0xC1E0C7) is known color: Edgewater. HEX triplet: C1, E0 and C7. RGB value is (193,224,199). Sum of RGB (Red+Green+Blue) = 193+224+199=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 199 (78.12% from 255 or 32.31% from 616); Max value from RGB is 224 - color contains mainly: green. Hex color #C1E0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1E0C7 is #3E1F38. Grayscale: #D3D3D3. Windows color (decimal): -4071225 or 13099201. OLE color: 13099201.
HSL color Cylindrical-coordinate representation of color #C1E0C7: hue angle of 131.61º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1E0C7 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 224 | 199 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.12 |
| HSL | 131.61º | 0.33% | 0.82% | - |
| HSV(B) | 131.61º | 0.14% | 0.88% | - |
| XYZ | 58.96 | 68.77 | 64.2 | - |
| YUV | 211.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 224 | 199 | 0.14 | 0 | 0.11 | 0.12 | 131.61 | 0.33 | 0.82 |
| Hex | C1 | E0 | C7 | E | 0 | B | C | 84 | 21 | 52 |
| Octal | 301 | 340 | 307 | 16 | 0 | 13 | 14 | 204 | 41 | 122 |
| Binary | 11000001 | 11100000 | 11000111 | 1110 | 0 | 1011 | 1100 | 10000100 | 100001 | 1010010 |
Color Harmonies of #C1E0C7
Complementary color
Monochromatic Colors of #C1E0C7
Black with #C1E0C7
Text Example
Text Example
White with #C1E0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E0C7; }
p { color: rgb(193,224,199); }
H1.HeaderClassName
{
color: #C1E0C7;
}
.AnyTagClassName
{
color: #C1E0C7;
}
</style>
background-color css
<style>
a { background-color: #C1E0C7; }
a { background-color: rgb(193,224,199); }
div.DivClassName
{
background-color: #C1E0C7;
}
.BgClassName
{
background-color: #C1E0C7;
}
</style>
border-color css
<style>
span { border-color: #C1E0C7; }
span { border-color: rgb(193,224,199); }
td.TdClassName
{
border-color: #C1E0C7;
}
.TagClassName
{
border-color: #C1E0C7;
}
</style>