Shades of Edgewater #C3DACA
Tints of Edgewater #C3DACA
RGB
CMYK
RGB Variations
Color information
#C3DACA (or 0xC3DACA) is known color: Edgewater. HEX triplet: C3, DA and CA. RGB value is (195,218,202). Sum of RGB (Red+Green+Blue) = 195+218+202=615 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.71% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 218 - color contains mainly: green. Hex color #C3DACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DACA is #3C2535. Grayscale: #D1D1D1. Windows color (decimal): -3941686 or 13294275. OLE color: 13294275.
HSL color Cylindrical-coordinate representation of color #C3DACA: hue angle of 138.26º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3DACA is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 218 | 202 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.15 |
| HSL | 138.26º | 0.24% | 0.81% | - |
| HSV(B) | 138.26º | 0.11% | 0.85% | - |
| XYZ | 58.24 | 66.01 | 65.55 | - |
| YUV | 209.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 218 | 202 | 0.11 | 0 | 0.07 | 0.15 | 138.26 | 0.24 | 0.81 |
| Hex | C3 | DA | CA | B | 0 | 7 | F | 8A | 18 | 51 |
| Octal | 303 | 332 | 312 | 13 | 0 | 7 | 17 | 212 | 30 | 121 |
| Binary | 11000011 | 11011010 | 11001010 | 1011 | 0 | 111 | 1111 | 10001010 | 11000 | 1010001 |
Color Harmonies of #C3DACA
Complementary color
Monochromatic Colors of #C3DACA
Black with #C3DACA
Text Example
Text Example
White with #C3DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DACA; }
p { color: rgb(195,218,202); }
H1.HeaderClassName
{
color: #C3DACA;
}
.AnyTagClassName
{
color: #C3DACA;
}
</style>
background-color css
<style>
a { background-color: #C3DACA; }
a { background-color: rgb(195,218,202); }
div.DivClassName
{
background-color: #C3DACA;
}
.BgClassName
{
background-color: #C3DACA;
}
</style>
border-color css
<style>
span { border-color: #C3DACA; }
span { border-color: rgb(195,218,202); }
td.TdClassName
{
border-color: #C3DACA;
}
.TagClassName
{
border-color: #C3DACA;
}
</style>