Shades of Edgewater #C4DBCB
Tints of Edgewater #C4DBCB
RGB
CMYK
RGB Variations
Color information
#C4DBCB (or 0xC4DBCB) is known color: Edgewater. HEX triplet: C4, DB and CB. RGB value is (196,219,203). Sum of RGB (Red+Green+Blue) = 196+219+203=618 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.72% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DBCB is #3B2434. Grayscale: #D2D2D2. Windows color (decimal): -3875893 or 13360068. OLE color: 13360068.
HSL color Cylindrical-coordinate representation of color #C4DBCB: hue angle of 138.26º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4DBCB is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 219 | 203 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.14 |
| HSL | 138.26º | 0.24% | 0.81% | - |
| HSV(B) | 138.26º | 0.11% | 0.86% | - |
| XYZ | 58.88 | 66.71 | 66.27 | - |
| YUV | 210.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 219 | 203 | 0.11 | 0 | 0.07 | 0.14 | 138.26 | 0.24 | 0.81 |
| Hex | C4 | DB | CB | B | 0 | 7 | E | 8A | 18 | 51 |
| Octal | 304 | 333 | 313 | 13 | 0 | 7 | 16 | 212 | 30 | 121 |
| Binary | 11000100 | 11011011 | 11001011 | 1011 | 0 | 111 | 1110 | 10001010 | 11000 | 1010001 |
Color Harmonies of #C4DBCB
Complementary color
Monochromatic Colors of #C4DBCB
Black with #C4DBCB
Text Example
Text Example
White with #C4DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DBCB; }
p { color: rgb(196,219,203); }
H1.HeaderClassName
{
color: #C4DBCB;
}
.AnyTagClassName
{
color: #C4DBCB;
}
</style>
background-color css
<style>
a { background-color: #C4DBCB; }
a { background-color: rgb(196,219,203); }
div.DivClassName
{
background-color: #C4DBCB;
}
.BgClassName
{
background-color: #C4DBCB;
}
</style>
border-color css
<style>
span { border-color: #C4DBCB; }
span { border-color: rgb(196,219,203); }
td.TdClassName
{
border-color: #C4DBCB;
}
.TagClassName
{
border-color: #C4DBCB;
}
</style>