Shades of Edgewater #C8DFCB
Tints of Edgewater #C8DFCB
RGB
CMYK
RGB Variations
Color information
#C8DFCB (or 0xC8DFCB) is known color: Edgewater. HEX triplet: C8, DF and CB. RGB value is (200,223,203). Sum of RGB (Red+Green+Blue) = 200+223+203=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DFCB is #372034. Grayscale: #D5D5D5. Windows color (decimal): -3612725 or 13361096. OLE color: 13361096.
HSL color Cylindrical-coordinate representation of color #C8DFCB: hue angle of 127.83º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DFCB is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 223 | 203 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.13 |
| HSL | 127.83º | 0.26% | 0.83% | - |
| HSV(B) | 127.83º | 0.1% | 0.87% | - |
| XYZ | 60.99 | 69.37 | 66.67 | - |
| YUV | 213.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 223 | 203 | 0.10 | 0 | 0.09 | 0.13 | 127.83 | 0.26 | 0.83 |
| Hex | C8 | DF | CB | A | 0 | 9 | D | 80 | 1A | 53 |
| Octal | 310 | 337 | 313 | 12 | 0 | 11 | 15 | 200 | 32 | 123 |
| Binary | 11001000 | 11011111 | 11001011 | 1010 | 0 | 1001 | 1101 | 10000000 | 11010 | 1010011 |
Color Harmonies of #C8DFCB
Complementary color
Monochromatic Colors of #C8DFCB
Black with #C8DFCB
Text Example
Text Example
White with #C8DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DFCB; }
p { color: rgb(200,223,203); }
H1.HeaderClassName
{
color: #C8DFCB;
}
.AnyTagClassName
{
color: #C8DFCB;
}
</style>
background-color css
<style>
a { background-color: #C8DFCB; }
a { background-color: rgb(200,223,203); }
div.DivClassName
{
background-color: #C8DFCB;
}
.BgClassName
{
background-color: #C8DFCB;
}
</style>
border-color css
<style>
span { border-color: #C8DFCB; }
span { border-color: rgb(200,223,203); }
td.TdClassName
{
border-color: #C8DFCB;
}
.TagClassName
{
border-color: #C8DFCB;
}
</style>