Shades of Edgewater #C3D8CA
Tints of Edgewater #C3D8CA
RGB
CMYK
RGB Variations
Color information
#C3D8CA (or 0xC3D8CA) is known color: Edgewater. HEX triplet: C3, D8 and CA. RGB value is (195,216,202). Sum of RGB (Red+Green+Blue) = 195+216+202=613 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.81% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 216 - color contains mainly: green. Hex color #C3D8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D8CA is #3C2735. Grayscale: #D0D0D0. Windows color (decimal): -3942198 or 13293763. OLE color: 13293763.
HSL color Cylindrical-coordinate representation of color #C3D8CA: hue angle of 140º 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 #C3D8CA is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 216 | 202 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.15 |
| HSL | 140º | 0.21% | 0.81% | - |
| HSV(B) | 140º | 0.1% | 0.85% | - |
| XYZ | 57.72 | 64.98 | 65.38 | - |
| YUV | 208.13 | 124.54 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 216 | 202 | 0.10 | 0 | 0.06 | 0.15 | 140 | 0.21 | 0.81 |
| Hex | C3 | D8 | CA | A | 0 | 6 | F | 8C | 15 | 51 |
| Octal | 303 | 330 | 312 | 12 | 0 | 6 | 17 | 214 | 25 | 121 |
| Binary | 11000011 | 11011000 | 11001010 | 1010 | 0 | 110 | 1111 | 10001100 | 10101 | 1010001 |
Color Harmonies of #C3D8CA
Complementary color
Monochromatic Colors of #C3D8CA
Black with #C3D8CA
Text Example
Text Example
White with #C3D8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D8CA; }
p { color: rgb(195,216,202); }
H1.HeaderClassName
{
color: #C3D8CA;
}
.AnyTagClassName
{
color: #C3D8CA;
}
</style>
background-color css
<style>
a { background-color: #C3D8CA; }
a { background-color: rgb(195,216,202); }
div.DivClassName
{
background-color: #C3D8CA;
}
.BgClassName
{
background-color: #C3D8CA;
}
</style>
border-color css
<style>
span { border-color: #C3D8CA; }
span { border-color: rgb(195,216,202); }
td.TdClassName
{
border-color: #C3D8CA;
}
.TagClassName
{
border-color: #C3D8CA;
}
</style>