Shades of Edgewater #C1CEC4
Tints of Edgewater #C1CEC4
RGB
CMYK
RGB Variations
Color information
#C1CEC4 (or 0xC1CEC4) is known color: Edgewater. HEX triplet: C1, CE and C4. RGB value is (193,206,196). Sum of RGB (Red+Green+Blue) = 193+206+196=595 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.44% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CEC4 is #3E313B. Grayscale: #C9C9C9. Windows color (decimal): -4075836 or 12897985. OLE color: 12897985.
HSL color Cylindrical-coordinate representation of color #C1CEC4: hue angle of 133.85º 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 #C1CEC4 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 196 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.19 |
| HSL | 133.85º | 0.12% | 0.78% | - |
| HSV(B) | 133.85º | 0.06% | 0.81% | - |
| XYZ | 54.03 | 59.47 | 60.86 | - |
| YUV | 200.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 196 | 0.06 | 0 | 0.05 | 0.19 | 133.85 | 0.12 | 0.78 |
| Hex | C1 | CE | C4 | 6 | 0 | 5 | 13 | 86 | C | 4E |
| Octal | 301 | 316 | 304 | 6 | 0 | 5 | 23 | 206 | 14 | 116 |
| Binary | 11000001 | 11001110 | 11000100 | 110 | 0 | 101 | 10011 | 10000110 | 1100 | 1001110 |
Color Harmonies of #C1CEC4
Complementary color
Monochromatic Colors of #C1CEC4
Black with #C1CEC4
Text Example
Text Example
White with #C1CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CEC4; }
p { color: rgb(193,206,196); }
H1.HeaderClassName
{
color: #C1CEC4;
}
.AnyTagClassName
{
color: #C1CEC4;
}
</style>
background-color css
<style>
a { background-color: #C1CEC4; }
a { background-color: rgb(193,206,196); }
div.DivClassName
{
background-color: #C1CEC4;
}
.BgClassName
{
background-color: #C1CEC4;
}
</style>
border-color css
<style>
span { border-color: #C1CEC4; }
span { border-color: rgb(193,206,196); }
td.TdClassName
{
border-color: #C1CEC4;
}
.TagClassName
{
border-color: #C1CEC4;
}
</style>