Shades of Edgewater #CCD7CE
Tints of Edgewater #CCD7CE
RGB
CMYK
RGB Variations
Color information
#CCD7CE (or 0xCCD7CE) is known color: Edgewater. HEX triplet: CC, D7 and CE. RGB value is (204,215,206). Sum of RGB (Red+Green+Blue) = 204+215+206=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 215 (84.38% from 255 or 34.4% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7CE is #332831. Grayscale: #D2D2D2. Windows color (decimal): -3352626 or 13555660. OLE color: 13555660.
HSL color Cylindrical-coordinate representation of color #CCD7CE: hue angle of 130.91º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCD7CE is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 206 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.16 |
| HSL | 130.91º | 0.12% | 0.82% | - |
| HSV(B) | 130.91º | 0.05% | 0.84% | - |
| XYZ | 60.34 | 65.89 | 67.93 | - |
| YUV | 210.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 206 | 0.05 | 0 | 0.04 | 0.16 | 130.91 | 0.12 | 0.82 |
| Hex | CC | D7 | CE | 5 | 0 | 4 | 10 | 83 | C | 52 |
| Octal | 314 | 327 | 316 | 5 | 0 | 4 | 20 | 203 | 14 | 122 |
| Binary | 11001100 | 11010111 | 11001110 | 101 | 0 | 100 | 10000 | 10000011 | 1100 | 1010010 |
Color Harmonies of #CCD7CE
Complementary color
Monochromatic Colors of #CCD7CE
Black with #CCD7CE
Text Example
Text Example
White with #CCD7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7CE; }
p { color: rgb(204,215,206); }
H1.HeaderClassName
{
color: #CCD7CE;
}
.AnyTagClassName
{
color: #CCD7CE;
}
</style>
background-color css
<style>
a { background-color: #CCD7CE; }
a { background-color: rgb(204,215,206); }
div.DivClassName
{
background-color: #CCD7CE;
}
.BgClassName
{
background-color: #CCD7CE;
}
</style>
border-color css
<style>
span { border-color: #CCD7CE; }
span { border-color: rgb(204,215,206); }
td.TdClassName
{
border-color: #CCD7CE;
}
.TagClassName
{
border-color: #CCD7CE;
}
</style>