Shades of Edgewater #C8D1CB
Tints of Edgewater #C8D1CB
RGB
CMYK
RGB Variations
Color information
#C8D1CB (or 0xC8D1CB) is known color: Edgewater. HEX triplet: C8, D1 and CB. RGB value is (200,209,203). Sum of RGB (Red+Green+Blue) = 200+209+203=612 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.68% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D1CB is #372E34. Grayscale: #CDCDCD. Windows color (decimal): -3616309 or 13357512. OLE color: 13357512.
HSL color Cylindrical-coordinate representation of color #C8D1CB: hue angle of 140º degrees, saturation: 0.09, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C8D1CB is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
RGB | 200 | 209 | 203 | - |
CMYK | 0.04 | 0 | 0.03 | 0.18 |
HSL | 140º | 0.09% | 0.8% | - |
HSV(B) | 140º | 0.04% | 0.82% | - |
XYZ | 57.4 | 62.19 | 65.48 | - |
YUV | 205.63 | 126.52 | 123.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 209 | 203 | 0.04 | 0 | 0.03 | 0.18 | 140 | 0.09 | 0.8 |
Hex | C8 | D1 | CB | 4 | 0 | 3 | 12 | 8C | 9 | 50 |
Octal | 310 | 321 | 313 | 4 | 0 | 3 | 22 | 214 | 11 | 120 |
Binary | 11001000 | 11010001 | 11001011 | 100 | 0 | 11 | 10010 | 10001100 | 1001 | 1010000 |
Color Harmonies of #C8D1CB
Complementary color
Monochromatic Colors of #C8D1CB
Black with #C8D1CB
Text Example
Text Example
White with #C8D1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D1CB; }
p { color: rgb(200,209,203); }
H1.HeaderClassName
{
color: #C8D1CB;
}
.AnyTagClassName
{
color: #C8D1CB;
}
</style>
background-color css
<style>
a { background-color: #C8D1CB; }
a { background-color: rgb(200,209,203); }
div.DivClassName
{
background-color: #C8D1CB;
}
.BgClassName
{
background-color: #C8D1CB;
}
</style>
border-color css
<style>
span { border-color: #C8D1CB; }
span { border-color: rgb(200,209,203); }
td.TdClassName
{
border-color: #C8D1CB;
}
.TagClassName
{
border-color: #C8D1CB;
}
</style>