Shades of Edgewater #C3D8C8
Tints of Edgewater #C3D8C8
RGB
CMYK
RGB Variations
Color information
#C3D8C8 (or 0xC3D8C8) is known color: Edgewater. HEX triplet: C3, D8 and C8. RGB value is (195,216,200). Sum of RGB (Red+Green+Blue) = 195+216+200=611 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.91% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 216 - color contains mainly: green. Hex color #C3D8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D8C8 is #3C2737. Grayscale: #CFCFCF. Windows color (decimal): -3942200 or 13162691. OLE color: 13162691.
HSL color Cylindrical-coordinate representation of color #C3D8C8: hue angle of 134.29º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3D8C8 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 216 | 200 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.15 |
| HSL | 134.29º | 0.21% | 0.81% | - |
| HSV(B) | 134.29º | 0.1% | 0.85% | - |
| XYZ | 57.49 | 64.88 | 64.14 | - |
| YUV | 207.9 | 123.54 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 216 | 200 | 0.10 | 0 | 0.07 | 0.15 | 134.29 | 0.21 | 0.81 |
| Hex | C3 | D8 | C8 | A | 0 | 7 | F | 86 | 15 | 51 |
| Octal | 303 | 330 | 310 | 12 | 0 | 7 | 17 | 206 | 25 | 121 |
| Binary | 11000011 | 11011000 | 11001000 | 1010 | 0 | 111 | 1111 | 10000110 | 10101 | 1010001 |
Color Harmonies of #C3D8C8
Complementary color
Monochromatic Colors of #C3D8C8
Black with #C3D8C8
Text Example
Text Example
White with #C3D8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D8C8; }
p { color: rgb(195,216,200); }
H1.HeaderClassName
{
color: #C3D8C8;
}
.AnyTagClassName
{
color: #C3D8C8;
}
</style>
background-color css
<style>
a { background-color: #C3D8C8; }
a { background-color: rgb(195,216,200); }
div.DivClassName
{
background-color: #C3D8C8;
}
.BgClassName
{
background-color: #C3D8C8;
}
</style>
border-color css
<style>
span { border-color: #C3D8C8; }
span { border-color: rgb(195,216,200); }
td.TdClassName
{
border-color: #C3D8C8;
}
.TagClassName
{
border-color: #C3D8C8;
}
</style>