Shades of Edgewater #C3D6CB
Tints of Edgewater #C3D6CB
RGB
CMYK
RGB Variations
Color information
#C3D6CB (or 0xC3D6CB) is known color: Edgewater. HEX triplet: C3, D6 and CB. RGB value is (195,214,203). Sum of RGB (Red+Green+Blue) = 195+214+203=612 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.86% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 214 - color contains mainly: green. Hex color #C3D6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D6CB is #3C2934. Grayscale: #CFCFCF. Windows color (decimal): -3942709 or 13358787. OLE color: 13358787.
HSL color Cylindrical-coordinate representation of color #C3D6CB: hue angle of 145.26º degrees, saturation: 0.19, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3D6CB is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 214 | 203 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.16 |
| HSL | 145.26º | 0.19% | 0.8% | - |
| HSV(B) | 145.26º | 0.09% | 0.84% | - |
| XYZ | 57.33 | 64.01 | 65.83 | - |
| YUV | 207.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 214 | 203 | 0.09 | 0 | 0.05 | 0.16 | 145.26 | 0.19 | 0.8 |
| Hex | C3 | D6 | CB | 9 | 0 | 5 | 10 | 91 | 13 | 50 |
| Octal | 303 | 326 | 313 | 11 | 0 | 5 | 20 | 221 | 23 | 120 |
| Binary | 11000011 | 11010110 | 11001011 | 1001 | 0 | 101 | 10000 | 10010001 | 10011 | 1010000 |
Color Harmonies of #C3D6CB
Complementary color
Monochromatic Colors of #C3D6CB
Black with #C3D6CB
Text Example
Text Example
White with #C3D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D6CB; }
p { color: rgb(195,214,203); }
H1.HeaderClassName
{
color: #C3D6CB;
}
.AnyTagClassName
{
color: #C3D6CB;
}
</style>
background-color css
<style>
a { background-color: #C3D6CB; }
a { background-color: rgb(195,214,203); }
div.DivClassName
{
background-color: #C3D6CB;
}
.BgClassName
{
background-color: #C3D6CB;
}
</style>
border-color css
<style>
span { border-color: #C3D6CB; }
span { border-color: rgb(195,214,203); }
td.TdClassName
{
border-color: #C3D6CB;
}
.TagClassName
{
border-color: #C3D6CB;
}
</style>