Shades of Edgewater #C1CEC5
Tints of Edgewater #C1CEC5
RGB
CMYK
RGB Variations
Color information
#C1CEC5 (or 0xC1CEC5) is known color: Edgewater. HEX triplet: C1, CE and C5. RGB value is (193,206,197). Sum of RGB (Red+Green+Blue) = 193+206+197=596 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.38% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CEC5 is #3E313A. Grayscale: #C9C9C9. Windows color (decimal): -4075835 or 12963521. OLE color: 12963521.
HSL color Cylindrical-coordinate representation of color #C1CEC5: hue angle of 138.46º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C1CEC5 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 197 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.19 |
| HSL | 138.46º | 0.12% | 0.78% | - |
| HSV(B) | 138.46º | 0.06% | 0.81% | - |
| XYZ | 54.14 | 59.51 | 61.46 | - |
| YUV | 201.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 197 | 0.06 | 0 | 0.04 | 0.19 | 138.46 | 0.12 | 0.78 |
| Hex | C1 | CE | C5 | 6 | 0 | 4 | 13 | 8A | C | 4E |
| Octal | 301 | 316 | 305 | 6 | 0 | 4 | 23 | 212 | 14 | 116 |
| Binary | 11000001 | 11001110 | 11000101 | 110 | 0 | 100 | 10011 | 10001010 | 1100 | 1001110 |
Color Harmonies of #C1CEC5
Complementary color
Monochromatic Colors of #C1CEC5
Black with #C1CEC5
Text Example
Text Example
White with #C1CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CEC5; }
p { color: rgb(193,206,197); }
H1.HeaderClassName
{
color: #C1CEC5;
}
.AnyTagClassName
{
color: #C1CEC5;
}
</style>
background-color css
<style>
a { background-color: #C1CEC5; }
a { background-color: rgb(193,206,197); }
div.DivClassName
{
background-color: #C1CEC5;
}
.BgClassName
{
background-color: #C1CEC5;
}
</style>
border-color css
<style>
span { border-color: #C1CEC5; }
span { border-color: rgb(193,206,197); }
td.TdClassName
{
border-color: #C1CEC5;
}
.TagClassName
{
border-color: #C1CEC5;
}
</style>