Shades of Edgewater #C3E3C6
Tints of Edgewater #C3E3C6
RGB
CMYK
RGB Variations
Color information
#C3E3C6 (or 0xC3E3C6) is known color: Edgewater. HEX triplet: C3, E3 and C6. RGB value is (195,227,198). Sum of RGB (Red+Green+Blue) = 195+227+198=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 227 (89.06% from 255 or 36.61% from 620); Blue value is 198 (77.73% from 255 or 31.94% from 620); Max value from RGB is 227 - color contains mainly: green. Hex color #C3E3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3E3C6 is #3C1C39. Grayscale: #D6D6D6. Windows color (decimal): -3939386 or 13034435. OLE color: 13034435.
HSL color Cylindrical-coordinate representation of color #C3E3C6: hue angle of 125.62º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3E3C6 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 227 | 198 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.11 |
| HSL | 125.63º | 0.36% | 0.83% | - |
| HSV(B) | 125.63º | 0.14% | 0.89% | - |
| XYZ | 60.17 | 70.62 | 63.89 | - |
| YUV | 214.13 | 118.9 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 227 | 198 | 0.14 | 0 | 0.13 | 0.11 | 125.63 | 0.36 | 0.83 |
| Hex | C3 | E3 | C6 | E | 0 | D | B | 7E | 24 | 53 |
| Octal | 303 | 343 | 306 | 16 | 0 | 15 | 13 | 176 | 44 | 123 |
| Binary | 11000011 | 11100011 | 11000110 | 1110 | 0 | 1101 | 1011 | 1111110 | 100100 | 1010011 |
Color Harmonies of #C3E3C6
Complementary color
Monochromatic Colors of #C3E3C6
Black with #C3E3C6
Text Example
Text Example
White with #C3E3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E3C6; }
p { color: rgb(195,227,198); }
H1.HeaderClassName
{
color: #C3E3C6;
}
.AnyTagClassName
{
color: #C3E3C6;
}
</style>
background-color css
<style>
a { background-color: #C3E3C6; }
a { background-color: rgb(195,227,198); }
div.DivClassName
{
background-color: #C3E3C6;
}
.BgClassName
{
background-color: #C3E3C6;
}
</style>
border-color css
<style>
span { border-color: #C3E3C6; }
span { border-color: rgb(195,227,198); }
td.TdClassName
{
border-color: #C3E3C6;
}
.TagClassName
{
border-color: #C3E3C6;
}
</style>