Shades of Edgewater #C3DBC7
Tints of Edgewater #C3DBC7
RGB
CMYK
RGB Variations
Color information
#C3DBC7 (or 0xC3DBC7) is known color: Edgewater. HEX triplet: C3, DB and C7. RGB value is (195,219,199). Sum of RGB (Red+Green+Blue) = 195+219+199=613 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.81% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DBC7 is #3C2438. Grayscale: #D1D1D1. Windows color (decimal): -3941433 or 13097923. OLE color: 13097923.
HSL color Cylindrical-coordinate representation of color #C3DBC7: hue angle of 130º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3DBC7 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 219 | 199 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.14 |
| HSL | 130º | 0.25% | 0.81% | - |
| HSV(B) | 130º | 0.11% | 0.86% | - |
| XYZ | 58.15 | 66.39 | 63.78 | - |
| YUV | 209.54 | 122.05 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 219 | 199 | 0.11 | 0 | 0.09 | 0.14 | 130 | 0.25 | 0.81 |
| Hex | C3 | DB | C7 | B | 0 | 9 | E | 82 | 19 | 51 |
| Octal | 303 | 333 | 307 | 13 | 0 | 11 | 16 | 202 | 31 | 121 |
| Binary | 11000011 | 11011011 | 11000111 | 1011 | 0 | 1001 | 1110 | 10000010 | 11001 | 1010001 |
Color Harmonies of #C3DBC7
Complementary color
Monochromatic Colors of #C3DBC7
Black with #C3DBC7
Text Example
Text Example
White with #C3DBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DBC7; }
p { color: rgb(195,219,199); }
H1.HeaderClassName
{
color: #C3DBC7;
}
.AnyTagClassName
{
color: #C3DBC7;
}
</style>
background-color css
<style>
a { background-color: #C3DBC7; }
a { background-color: rgb(195,219,199); }
div.DivClassName
{
background-color: #C3DBC7;
}
.BgClassName
{
background-color: #C3DBC7;
}
</style>
border-color css
<style>
span { border-color: #C3DBC7; }
span { border-color: rgb(195,219,199); }
td.TdClassName
{
border-color: #C3DBC7;
}
.TagClassName
{
border-color: #C3DBC7;
}
</style>