Shades of Edgewater #C3DAC9
Tints of Edgewater #C3DAC9
RGB
CMYK
RGB Variations
Color information
#C3DAC9 (or 0xC3DAC9) is known color: Edgewater. HEX triplet: C3, DA and C9. RGB value is (195,218,201). Sum of RGB (Red+Green+Blue) = 195+218+201=614 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.76% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 218 - color contains mainly: green. Hex color #C3DAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DAC9 is #3C2536. Grayscale: #D1D1D1. Windows color (decimal): -3941687 or 13228739. OLE color: 13228739.
HSL color Cylindrical-coordinate representation of color #C3DAC9: hue angle of 135.65º 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 #C3DAC9 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 218 | 201 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.15 |
| HSL | 135.65º | 0.24% | 0.81% | - |
| HSV(B) | 135.65º | 0.11% | 0.85% | - |
| XYZ | 58.12 | 65.96 | 64.93 | - |
| YUV | 209.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 218 | 201 | 0.11 | 0 | 0.08 | 0.15 | 135.65 | 0.24 | 0.81 |
| Hex | C3 | DA | C9 | B | 0 | 8 | F | 88 | 18 | 51 |
| Octal | 303 | 332 | 311 | 13 | 0 | 10 | 17 | 210 | 30 | 121 |
| Binary | 11000011 | 11011010 | 11001001 | 1011 | 0 | 1000 | 1111 | 10001000 | 11000 | 1010001 |
Color Harmonies of #C3DAC9
Complementary color
Monochromatic Colors of #C3DAC9
Black with #C3DAC9
Text Example
Text Example
White with #C3DAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DAC9; }
p { color: rgb(195,218,201); }
H1.HeaderClassName
{
color: #C3DAC9;
}
.AnyTagClassName
{
color: #C3DAC9;
}
</style>
background-color css
<style>
a { background-color: #C3DAC9; }
a { background-color: rgb(195,218,201); }
div.DivClassName
{
background-color: #C3DAC9;
}
.BgClassName
{
background-color: #C3DAC9;
}
</style>
border-color css
<style>
span { border-color: #C3DAC9; }
span { border-color: rgb(195,218,201); }
td.TdClassName
{
border-color: #C3DAC9;
}
.TagClassName
{
border-color: #C3DAC9;
}
</style>