Shades of Edgewater #C4D8CB
Tints of Edgewater #C4D8CB
RGB
CMYK
RGB Variations
Color information
#C4D8CB (or 0xC4D8CB) is known color: Edgewater. HEX triplet: C4, D8 and CB. RGB value is (196,216,203). Sum of RGB (Red+Green+Blue) = 196+216+203=615 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.87% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 216 - color contains mainly: green. Hex color #C4D8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D8CB is #3B2734. Grayscale: #D0D0D0. Windows color (decimal): -3876661 or 13359300. OLE color: 13359300.
HSL color Cylindrical-coordinate representation of color #C4D8CB: hue angle of 141º 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 #C4D8CB is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 216 | 203 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.15 |
| HSL | 141º | 0.2% | 0.81% | - |
| HSV(B) | 141º | 0.09% | 0.85% | - |
| XYZ | 58.1 | 65.16 | 66.01 | - |
| YUV | 208.54 | 124.87 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 216 | 203 | 0.09 | 0 | 0.06 | 0.15 | 141 | 0.2 | 0.81 |
| Hex | C4 | D8 | CB | 9 | 0 | 6 | F | 8D | 14 | 51 |
| Octal | 304 | 330 | 313 | 11 | 0 | 6 | 17 | 215 | 24 | 121 |
| Binary | 11000100 | 11011000 | 11001011 | 1001 | 0 | 110 | 1111 | 10001101 | 10100 | 1010001 |
Color Harmonies of #C4D8CB
Complementary color
Monochromatic Colors of #C4D8CB
Black with #C4D8CB
Text Example
Text Example
White with #C4D8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D8CB; }
p { color: rgb(196,216,203); }
H1.HeaderClassName
{
color: #C4D8CB;
}
.AnyTagClassName
{
color: #C4D8CB;
}
</style>
background-color css
<style>
a { background-color: #C4D8CB; }
a { background-color: rgb(196,216,203); }
div.DivClassName
{
background-color: #C4D8CB;
}
.BgClassName
{
background-color: #C4D8CB;
}
</style>
border-color css
<style>
span { border-color: #C4D8CB; }
span { border-color: rgb(196,216,203); }
td.TdClassName
{
border-color: #C4D8CB;
}
.TagClassName
{
border-color: #C4D8CB;
}
</style>