Shades of Edgewater #C8D9CB
Tints of Edgewater #C8D9CB
RGB
CMYK
RGB Variations
Color information
#C8D9CB (or 0xC8D9CB) is known color: Edgewater. HEX triplet: C8, D9 and CB. RGB value is (200,217,203). Sum of RGB (Red+Green+Blue) = 200+217+203=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D9CB is #372634. Grayscale: #D2D2D2. Windows color (decimal): -3614261 or 13359560. OLE color: 13359560.
HSL color Cylindrical-coordinate representation of color #C8D9CB: hue angle of 130.59º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8D9CB is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 217 | 203 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.15 |
| HSL | 130.59º | 0.18% | 0.82% | - |
| HSV(B) | 130.59º | 0.08% | 0.85% | - |
| XYZ | 59.41 | 66.22 | 66.15 | - |
| YUV | 210.32 | 123.87 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 217 | 203 | 0.08 | 0 | 0.06 | 0.15 | 130.59 | 0.18 | 0.82 |
| Hex | C8 | D9 | CB | 8 | 0 | 6 | F | 83 | 12 | 52 |
| Octal | 310 | 331 | 313 | 10 | 0 | 6 | 17 | 203 | 22 | 122 |
| Binary | 11001000 | 11011001 | 11001011 | 1000 | 0 | 110 | 1111 | 10000011 | 10010 | 1010010 |
Color Harmonies of #C8D9CB
Complementary color
Monochromatic Colors of #C8D9CB
Black with #C8D9CB
Text Example
Text Example
White with #C8D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D9CB; }
p { color: rgb(200,217,203); }
H1.HeaderClassName
{
color: #C8D9CB;
}
.AnyTagClassName
{
color: #C8D9CB;
}
</style>
background-color css
<style>
a { background-color: #C8D9CB; }
a { background-color: rgb(200,217,203); }
div.DivClassName
{
background-color: #C8D9CB;
}
.BgClassName
{
background-color: #C8D9CB;
}
</style>
border-color css
<style>
span { border-color: #C8D9CB; }
span { border-color: rgb(200,217,203); }
td.TdClassName
{
border-color: #C8D9CB;
}
.TagClassName
{
border-color: #C8D9CB;
}
</style>