Shades of Edgewater #C4D9CB
Tints of Edgewater #C4D9CB
RGB
CMYK
RGB Variations
Color information
#C4D9CB (or 0xC4D9CB) is known color: Edgewater. HEX triplet: C4, D9 and CB. RGB value is (196,217,203). Sum of RGB (Red+Green+Blue) = 196+217+203=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 217 - color contains mainly: green. Hex color #C4D9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D9CB is #3B2634. Grayscale: #D1D1D1. Windows color (decimal): -3876405 or 13359556. OLE color: 13359556.
HSL color Cylindrical-coordinate representation of color #C4D9CB: hue angle of 140º degrees, saturation: 0.22, 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 #C4D9CB is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 196 | 217 | 203 | - |
CMYK | 0.10 | 0 | 0.06 | 0.15 |
HSL | 140º | 0.22% | 0.81% | - |
HSV(B) | 140º | 0.1% | 0.85% | - |
XYZ | 58.36 | 65.67 | 66.1 | - |
YUV | 209.13 | 124.54 | 118.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 217 | 203 | 0.10 | 0 | 0.06 | 0.15 | 140 | 0.22 | 0.81 |
Hex | C4 | D9 | CB | A | 0 | 6 | F | 8C | 16 | 51 |
Octal | 304 | 331 | 313 | 12 | 0 | 6 | 17 | 214 | 26 | 121 |
Binary | 11000100 | 11011001 | 11001011 | 1010 | 0 | 110 | 1111 | 10001100 | 10110 | 1010001 |
Color Harmonies of #C4D9CB
Complementary color
Monochromatic Colors of #C4D9CB
Black with #C4D9CB
Text Example
Text Example
White with #C4D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D9CB; }
p { color: rgb(196,217,203); }
H1.HeaderClassName
{
color: #C4D9CB;
}
.AnyTagClassName
{
color: #C4D9CB;
}
</style>
background-color css
<style>
a { background-color: #C4D9CB; }
a { background-color: rgb(196,217,203); }
div.DivClassName
{
background-color: #C4D9CB;
}
.BgClassName
{
background-color: #C4D9CB;
}
</style>
border-color css
<style>
span { border-color: #C4D9CB; }
span { border-color: rgb(196,217,203); }
td.TdClassName
{
border-color: #C4D9CB;
}
.TagClassName
{
border-color: #C4D9CB;
}
</style>