Shades of Edgewater #C8DCCC
Tints of Edgewater #C8DCCC
RGB
CMYK
RGB Variations
Color information
#C8DCCC (or 0xC8DCCC) is known color: Edgewater. HEX triplet: C8, DC and CC. RGB value is (200,220,204). Sum of RGB (Red+Green+Blue) = 200+220+204=624 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.05% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCCC is #372333. Grayscale: #D4D4D4. Windows color (decimal): -3613492 or 13425864. OLE color: 13425864.
HSL color Cylindrical-coordinate representation of color #C8DCCC: hue angle of 132º 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 #C8DCCC is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 204 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.14 |
| HSL | 132º | 0.22% | 0.82% | - |
| HSV(B) | 132º | 0.09% | 0.86% | - |
| XYZ | 60.31 | 67.83 | 67.04 | - |
| YUV | 212.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 204 | 0.09 | 0 | 0.07 | 0.14 | 132 | 0.22 | 0.82 |
| Hex | C8 | DC | CC | 9 | 0 | 7 | E | 84 | 16 | 52 |
| Octal | 310 | 334 | 314 | 11 | 0 | 7 | 16 | 204 | 26 | 122 |
| Binary | 11001000 | 11011100 | 11001100 | 1001 | 0 | 111 | 1110 | 10000100 | 10110 | 1010010 |
Color Harmonies of #C8DCCC
Complementary color
Monochromatic Colors of #C8DCCC
Black with #C8DCCC
Text Example
Text Example
White with #C8DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DCCC; }
p { color: rgb(200,220,204); }
H1.HeaderClassName
{
color: #C8DCCC;
}
.AnyTagClassName
{
color: #C8DCCC;
}
</style>
background-color css
<style>
a { background-color: #C8DCCC; }
a { background-color: rgb(200,220,204); }
div.DivClassName
{
background-color: #C8DCCC;
}
.BgClassName
{
background-color: #C8DCCC;
}
</style>
border-color css
<style>
span { border-color: #C8DCCC; }
span { border-color: rgb(200,220,204); }
td.TdClassName
{
border-color: #C8DCCC;
}
.TagClassName
{
border-color: #C8DCCC;
}
</style>