Shades of Edgewater #C8DCCB
Tints of Edgewater #C8DCCB
RGB
CMYK
RGB Variations
Color information
#C8DCCB (or 0xC8DCCB) is known color: Edgewater. HEX triplet: C8, DC and CB. RGB value is (200,220,203). Sum of RGB (Red+Green+Blue) = 200+220+203=623 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.10% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCCB is #372334. Grayscale: #D4D4D4. Windows color (decimal): -3613493 or 13360328. OLE color: 13360328.
HSL color Cylindrical-coordinate representation of color #C8DCCB: hue angle of 129º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8DCCB is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 220 | 203 | - |
CMYK | 0.09 | 0 | 0.08 | 0.14 |
HSL | 129º | 0.22% | 0.82% | - |
HSV(B) | 129º | 0.09% | 0.86% | - |
XYZ | 60.19 | 67.78 | 66.41 | - |
YUV | 212.08 | 122.87 | 119.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 220 | 203 | 0.09 | 0 | 0.08 | 0.14 | 129 | 0.22 | 0.82 |
Hex | C8 | DC | CB | 9 | 0 | 8 | E | 81 | 16 | 52 |
Octal | 310 | 334 | 313 | 11 | 0 | 10 | 16 | 201 | 26 | 122 |
Binary | 11001000 | 11011100 | 11001011 | 1001 | 0 | 1000 | 1110 | 10000001 | 10110 | 1010010 |
Color Harmonies of #C8DCCB
Complementary color
Monochromatic Colors of #C8DCCB
Black with #C8DCCB
Text Example
Text Example
White with #C8DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DCCB; }
p { color: rgb(200,220,203); }
H1.HeaderClassName
{
color: #C8DCCB;
}
.AnyTagClassName
{
color: #C8DCCB;
}
</style>
background-color css
<style>
a { background-color: #C8DCCB; }
a { background-color: rgb(200,220,203); }
div.DivClassName
{
background-color: #C8DCCB;
}
.BgClassName
{
background-color: #C8DCCB;
}
</style>
border-color css
<style>
span { border-color: #C8DCCB; }
span { border-color: rgb(200,220,203); }
td.TdClassName
{
border-color: #C8DCCB;
}
.TagClassName
{
border-color: #C8DCCB;
}
</style>