Shades of Edgewater #C2CEC5
Tints of Edgewater #C2CEC5
RGB
CMYK
RGB Variations
Color information
#C2CEC5 (or 0xC2CEC5) is known color: Edgewater. HEX triplet: C2, CE and C5. RGB value is (194,206,197). Sum of RGB (Red+Green+Blue) = 194+206+197=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 197 (77.34% from 255 or 33.00% from 597); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEC5 is #3D313A. Grayscale: #C9C9C9. Windows color (decimal): -4010299 or 12963522. OLE color: 12963522.
HSL color Cylindrical-coordinate representation of color #C2CEC5: hue angle of 135º degrees, saturation: 0.11, 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 #C2CEC5 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 206 | 197 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.19 |
| HSL | 135º | 0.11% | 0.78% | - |
| HSV(B) | 135º | 0.06% | 0.81% | - |
| XYZ | 54.4 | 59.64 | 61.47 | - |
| YUV | 201.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 197 | 0.06 | 0 | 0.04 | 0.19 | 135 | 0.11 | 0.78 |
| Hex | C2 | CE | C5 | 6 | 0 | 4 | 13 | 87 | B | 4E |
| Octal | 302 | 316 | 305 | 6 | 0 | 4 | 23 | 207 | 13 | 116 |
| Binary | 11000010 | 11001110 | 11000101 | 110 | 0 | 100 | 10011 | 10000111 | 1011 | 1001110 |
Color Harmonies of #C2CEC5
Complementary color
Monochromatic Colors of #C2CEC5
Black with #C2CEC5
Text Example
Text Example
White with #C2CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CEC5; }
p { color: rgb(194,206,197); }
H1.HeaderClassName
{
color: #C2CEC5;
}
.AnyTagClassName
{
color: #C2CEC5;
}
</style>
background-color css
<style>
a { background-color: #C2CEC5; }
a { background-color: rgb(194,206,197); }
div.DivClassName
{
background-color: #C2CEC5;
}
.BgClassName
{
background-color: #C2CEC5;
}
</style>
border-color css
<style>
span { border-color: #C2CEC5; }
span { border-color: rgb(194,206,197); }
td.TdClassName
{
border-color: #C2CEC5;
}
.TagClassName
{
border-color: #C2CEC5;
}
</style>