Shades of Edgewater #C8DECB
Tints of Edgewater #C8DECB
RGB
CMYK
RGB Variations
Color information
#C8DECB (or 0xC8DECB) is known color: Edgewater. HEX triplet: C8, DE and CB. RGB value is (200,222,203). Sum of RGB (Red+Green+Blue) = 200+222+203=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DECB is #372134. Grayscale: #D5D5D5. Windows color (decimal): -3612981 or 13360840. OLE color: 13360840.
HSL color Cylindrical-coordinate representation of color #C8DECB: hue angle of 128.18º degrees, saturation: 0.25, 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 #C8DECB is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 222 | 203 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.13 |
| HSL | 128.18º | 0.25% | 0.83% | - |
| HSV(B) | 128.18º | 0.1% | 0.87% | - |
| XYZ | 60.72 | 68.83 | 66.59 | - |
| YUV | 213.26 | 122.21 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 222 | 203 | 0.10 | 0 | 0.09 | 0.13 | 128.18 | 0.25 | 0.83 |
| Hex | C8 | DE | CB | A | 0 | 9 | D | 80 | 19 | 53 |
| Octal | 310 | 336 | 313 | 12 | 0 | 11 | 15 | 200 | 31 | 123 |
| Binary | 11001000 | 11011110 | 11001011 | 1010 | 0 | 1001 | 1101 | 10000000 | 11001 | 1010011 |
Color Harmonies of #C8DECB
Complementary color
Monochromatic Colors of #C8DECB
Black with #C8DECB
Text Example
Text Example
White with #C8DECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DECB; }
p { color: rgb(200,222,203); }
H1.HeaderClassName
{
color: #C8DECB;
}
.AnyTagClassName
{
color: #C8DECB;
}
</style>
background-color css
<style>
a { background-color: #C8DECB; }
a { background-color: rgb(200,222,203); }
div.DivClassName
{
background-color: #C8DECB;
}
.BgClassName
{
background-color: #C8DECB;
}
</style>
border-color css
<style>
span { border-color: #C8DECB; }
span { border-color: rgb(200,222,203); }
td.TdClassName
{
border-color: #C8DECB;
}
.TagClassName
{
border-color: #C8DECB;
}
</style>