Shades of Edgewater #C4DAC9
Tints of Edgewater #C4DAC9
RGB
CMYK
RGB Variations
Color information
#C4DAC9 (or 0xC4DAC9) is known color: Edgewater. HEX triplet: C4, DA and C9. RGB value is (196,218,201). Sum of RGB (Red+Green+Blue) = 196+218+201=615 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.87% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DAC9 is #3B2536. Grayscale: #D1D1D1. Windows color (decimal): -3876151 or 13228740. OLE color: 13228740.
HSL color Cylindrical-coordinate representation of color #C4DAC9: hue angle of 133.64º degrees, saturation: 0.23, 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 #C4DAC9 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 218 | 201 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.15 |
| HSL | 133.64º | 0.23% | 0.81% | - |
| HSV(B) | 133.64º | 0.1% | 0.85% | - |
| XYZ | 58.38 | 66.1 | 64.94 | - |
| YUV | 209.48 | 123.21 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 218 | 201 | 0.10 | 0 | 0.08 | 0.15 | 133.64 | 0.23 | 0.81 |
| Hex | C4 | DA | C9 | A | 0 | 8 | F | 86 | 17 | 51 |
| Octal | 304 | 332 | 311 | 12 | 0 | 10 | 17 | 206 | 27 | 121 |
| Binary | 11000100 | 11011010 | 11001001 | 1010 | 0 | 1000 | 1111 | 10000110 | 10111 | 1010001 |
Color Harmonies of #C4DAC9
Complementary color
Monochromatic Colors of #C4DAC9
Black with #C4DAC9
Text Example
Text Example
White with #C4DAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DAC9; }
p { color: rgb(196,218,201); }
H1.HeaderClassName
{
color: #C4DAC9;
}
.AnyTagClassName
{
color: #C4DAC9;
}
</style>
background-color css
<style>
a { background-color: #C4DAC9; }
a { background-color: rgb(196,218,201); }
div.DivClassName
{
background-color: #C4DAC9;
}
.BgClassName
{
background-color: #C4DAC9;
}
</style>
border-color css
<style>
span { border-color: #C4DAC9; }
span { border-color: rgb(196,218,201); }
td.TdClassName
{
border-color: #C4DAC9;
}
.TagClassName
{
border-color: #C4DAC9;
}
</style>