Shades of Edgewater #C3CEC6
Tints of Edgewater #C3CEC6
RGB
CMYK
RGB Variations
Color information
#C3CEC6 (or 0xC3CEC6) is known color: Edgewater. HEX triplet: C3, CE and C6. RGB value is (195,206,198). Sum of RGB (Red+Green+Blue) = 195+206+198=599 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.55% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CEC6 is #3C3139. Grayscale: #C9C9C9. Windows color (decimal): -3944762 or 13029059. OLE color: 13029059.
HSL color Cylindrical-coordinate representation of color #C3CEC6: hue angle of 136.36º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C3CEC6 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 206 | 198 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.19 |
| HSL | 136.36º | 0.1% | 0.79% | - |
| HSV(B) | 136.36º | 0.05% | 0.81% | - |
| XYZ | 54.77 | 59.82 | 62.09 | - |
| YUV | 201.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 206 | 198 | 0.05 | 0 | 0.04 | 0.19 | 136.36 | 0.1 | 0.79 |
| Hex | C3 | CE | C6 | 5 | 0 | 4 | 13 | 88 | A | 4F |
| Octal | 303 | 316 | 306 | 5 | 0 | 4 | 23 | 210 | 12 | 117 |
| Binary | 11000011 | 11001110 | 11000110 | 101 | 0 | 100 | 10011 | 10001000 | 1010 | 1001111 |
Color Harmonies of #C3CEC6
Complementary color
Monochromatic Colors of #C3CEC6
Black with #C3CEC6
Text Example
Text Example
White with #C3CEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CEC6; }
p { color: rgb(195,206,198); }
H1.HeaderClassName
{
color: #C3CEC6;
}
.AnyTagClassName
{
color: #C3CEC6;
}
</style>
background-color css
<style>
a { background-color: #C3CEC6; }
a { background-color: rgb(195,206,198); }
div.DivClassName
{
background-color: #C3CEC6;
}
.BgClassName
{
background-color: #C3CEC6;
}
</style>
border-color css
<style>
span { border-color: #C3CEC6; }
span { border-color: rgb(195,206,198); }
td.TdClassName
{
border-color: #C3CEC6;
}
.TagClassName
{
border-color: #C3CEC6;
}
</style>