Shades of Edgewater #CCD8CE
Tints of Edgewater #CCD8CE
RGB
CMYK
RGB Variations
Color information
#CCD8CE (or 0xCCD8CE) is known color: Edgewater. HEX triplet: CC, D8 and CE. RGB value is (204,216,206). Sum of RGB (Red+Green+Blue) = 204+216+206=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 216 (84.77% from 255 or 34.50% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8CE is #332731. Grayscale: #D3D3D3. Windows color (decimal): -3352370 or 13555916. OLE color: 13555916.
HSL color Cylindrical-coordinate representation of color #CCD8CE: hue angle of 130º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD8CE is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 206 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.15 |
| HSL | 130º | 0.13% | 0.82% | - |
| HSV(B) | 130º | 0.06% | 0.85% | - |
| XYZ | 60.6 | 66.41 | 68.02 | - |
| YUV | 211.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 206 | 0.06 | 0 | 0.05 | 0.15 | 130 | 0.13 | 0.82 |
| Hex | CC | D8 | CE | 6 | 0 | 5 | F | 82 | D | 52 |
| Octal | 314 | 330 | 316 | 6 | 0 | 5 | 17 | 202 | 15 | 122 |
| Binary | 11001100 | 11011000 | 11001110 | 110 | 0 | 101 | 1111 | 10000010 | 1101 | 1010010 |
Color Harmonies of #CCD8CE
Complementary color
Monochromatic Colors of #CCD8CE
Black with #CCD8CE
Text Example
Text Example
White with #CCD8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD8CE; }
p { color: rgb(204,216,206); }
H1.HeaderClassName
{
color: #CCD8CE;
}
.AnyTagClassName
{
color: #CCD8CE;
}
</style>
background-color css
<style>
a { background-color: #CCD8CE; }
a { background-color: rgb(204,216,206); }
div.DivClassName
{
background-color: #CCD8CE;
}
.BgClassName
{
background-color: #CCD8CE;
}
</style>
border-color css
<style>
span { border-color: #CCD8CE; }
span { border-color: rgb(204,216,206); }
td.TdClassName
{
border-color: #CCD8CE;
}
.TagClassName
{
border-color: #CCD8CE;
}
</style>