Shades of Edgewater #C4DCC9
Tints of Edgewater #C4DCC9
RGB
CMYK
RGB Variations
Color information
#C4DCC9 (or 0xC4DCC9) is known color: Edgewater. HEX triplet: C4, DC and C9. RGB value is (196,220,201). Sum of RGB (Red+Green+Blue) = 196+220+201=617 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.77% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DCC9 is #3B2336. Grayscale: #D2D2D2. Windows color (decimal): -3875639 or 13229252. OLE color: 13229252.
HSL color Cylindrical-coordinate representation of color #C4DCC9: hue angle of 132.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4DCC9 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 220 | 201 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.14 |
| HSL | 132.5º | 0.26% | 0.82% | - |
| HSV(B) | 132.5º | 0.11% | 0.86% | - |
| XYZ | 58.9 | 67.14 | 65.11 | - |
| YUV | 210.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 201 | 0.11 | 0 | 0.09 | 0.14 | 132.5 | 0.26 | 0.82 |
| Hex | C4 | DC | C9 | B | 0 | 9 | E | 84 | 1A | 52 |
| Octal | 304 | 334 | 311 | 13 | 0 | 11 | 16 | 204 | 32 | 122 |
| Binary | 11000100 | 11011100 | 11001001 | 1011 | 0 | 1001 | 1110 | 10000100 | 11010 | 1010010 |
Color Harmonies of #C4DCC9
Complementary color
Monochromatic Colors of #C4DCC9
Black with #C4DCC9
Text Example
Text Example
White with #C4DCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DCC9; }
p { color: rgb(196,220,201); }
H1.HeaderClassName
{
color: #C4DCC9;
}
.AnyTagClassName
{
color: #C4DCC9;
}
</style>
background-color css
<style>
a { background-color: #C4DCC9; }
a { background-color: rgb(196,220,201); }
div.DivClassName
{
background-color: #C4DCC9;
}
.BgClassName
{
background-color: #C4DCC9;
}
</style>
border-color css
<style>
span { border-color: #C4DCC9; }
span { border-color: rgb(196,220,201); }
td.TdClassName
{
border-color: #C4DCC9;
}
.TagClassName
{
border-color: #C4DCC9;
}
</style>