Shades of Edgewater #C4D8C7
Tints of Edgewater #C4D8C7
RGB
CMYK
RGB Variations
Color information
#C4D8C7 (or 0xC4D8C7) is known color: Edgewater. HEX triplet: C4, D8 and C7. RGB value is (196,216,199). Sum of RGB (Red+Green+Blue) = 196+216+199=611 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.08% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 216 - color contains mainly: green. Hex color #C4D8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D8C7 is #3B2738. Grayscale: #D0D0D0. Windows color (decimal): -3876665 or 13097156. OLE color: 13097156.
HSL color Cylindrical-coordinate representation of color #C4D8C7: hue angle of 129º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4D8C7 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 216 | 199 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.15 |
| HSL | 129º | 0.2% | 0.81% | - |
| HSV(B) | 129º | 0.09% | 0.85% | - |
| XYZ | 57.63 | 64.97 | 63.54 | - |
| YUV | 208.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 216 | 199 | 0.09 | 0 | 0.08 | 0.15 | 129 | 0.2 | 0.81 |
| Hex | C4 | D8 | C7 | 9 | 0 | 8 | F | 81 | 14 | 51 |
| Octal | 304 | 330 | 307 | 11 | 0 | 10 | 17 | 201 | 24 | 121 |
| Binary | 11000100 | 11011000 | 11000111 | 1001 | 0 | 1000 | 1111 | 10000001 | 10100 | 1010001 |
Color Harmonies of #C4D8C7
Complementary color
Monochromatic Colors of #C4D8C7
Black with #C4D8C7
Text Example
Text Example
White with #C4D8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D8C7; }
p { color: rgb(196,216,199); }
H1.HeaderClassName
{
color: #C4D8C7;
}
.AnyTagClassName
{
color: #C4D8C7;
}
</style>
background-color css
<style>
a { background-color: #C4D8C7; }
a { background-color: rgb(196,216,199); }
div.DivClassName
{
background-color: #C4D8C7;
}
.BgClassName
{
background-color: #C4D8C7;
}
</style>
border-color css
<style>
span { border-color: #C4D8C7; }
span { border-color: rgb(196,216,199); }
td.TdClassName
{
border-color: #C4D8C7;
}
.TagClassName
{
border-color: #C4D8C7;
}
</style>