Shades of Edgewater #C5DBCB
Tints of Edgewater #C5DBCB
RGB
CMYK
RGB Variations
Color information
#C5DBCB (or 0xC5DBCB) is known color: Edgewater. HEX triplet: C5, DB and CB. RGB value is (197,219,203). Sum of RGB (Red+Green+Blue) = 197+219+203=619 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.83% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBCB is #3A2434. Grayscale: #D2D2D2. Windows color (decimal): -3810357 or 13360069. OLE color: 13360069.
HSL color Cylindrical-coordinate representation of color #C5DBCB: hue angle of 136.36º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5DBCB is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 203 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.14 |
| HSL | 136.36º | 0.23% | 0.82% | - |
| HSV(B) | 136.36º | 0.1% | 0.86% | - |
| XYZ | 59.14 | 66.85 | 66.29 | - |
| YUV | 210.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 203 | 0.10 | 0 | 0.07 | 0.14 | 136.36 | 0.23 | 0.82 |
| Hex | C5 | DB | CB | A | 0 | 7 | E | 88 | 17 | 52 |
| Octal | 305 | 333 | 313 | 12 | 0 | 7 | 16 | 210 | 27 | 122 |
| Binary | 11000101 | 11011011 | 11001011 | 1010 | 0 | 111 | 1110 | 10001000 | 10111 | 1010010 |
Color Harmonies of #C5DBCB
Complementary color
Monochromatic Colors of #C5DBCB
Black with #C5DBCB
Text Example
Text Example
White with #C5DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DBCB; }
p { color: rgb(197,219,203); }
H1.HeaderClassName
{
color: #C5DBCB;
}
.AnyTagClassName
{
color: #C5DBCB;
}
</style>
background-color css
<style>
a { background-color: #C5DBCB; }
a { background-color: rgb(197,219,203); }
div.DivClassName
{
background-color: #C5DBCB;
}
.BgClassName
{
background-color: #C5DBCB;
}
</style>
border-color css
<style>
span { border-color: #C5DBCB; }
span { border-color: rgb(197,219,203); }
td.TdClassName
{
border-color: #C5DBCB;
}
.TagClassName
{
border-color: #C5DBCB;
}
</style>