Shades of Edgewater #CCD2CE
Tints of Edgewater #CCD2CE
RGB
CMYK
RGB Variations
Color information
#CCD2CE (or 0xCCD2CE) is known color: Edgewater. HEX triplet: CC, D2 and CE. RGB value is (204,210,206). Sum of RGB (Red+Green+Blue) = 204+210+206=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2CE is #332D31. Grayscale: #CFCFCF. Windows color (decimal): -3353906 or 13554380. OLE color: 13554380.
HSL color Cylindrical-coordinate representation of color #CCD2CE: hue angle of 140º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCD2CE is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 206 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.18 |
| HSL | 140º | 0.06% | 0.81% | - |
| HSV(B) | 140º | 0.03% | 0.82% | - |
| XYZ | 59.09 | 63.39 | 67.51 | - |
| YUV | 207.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 206 | 0.03 | 0 | 0.02 | 0.18 | 140 | 0.06 | 0.81 |
| Hex | CC | D2 | CE | 3 | 0 | 2 | 12 | 8C | 6 | 51 |
| Octal | 314 | 322 | 316 | 3 | 0 | 2 | 22 | 214 | 6 | 121 |
| Binary | 11001100 | 11010010 | 11001110 | 11 | 0 | 10 | 10010 | 10001100 | 110 | 1010001 |
Color Harmonies of #CCD2CE
Complementary color
Monochromatic Colors of #CCD2CE
Black with #CCD2CE
Text Example
Text Example
White with #CCD2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD2CE; }
p { color: rgb(204,210,206); }
H1.HeaderClassName
{
color: #CCD2CE;
}
.AnyTagClassName
{
color: #CCD2CE;
}
</style>
background-color css
<style>
a { background-color: #CCD2CE; }
a { background-color: rgb(204,210,206); }
div.DivClassName
{
background-color: #CCD2CE;
}
.BgClassName
{
background-color: #CCD2CE;
}
</style>
border-color css
<style>
span { border-color: #CCD2CE; }
span { border-color: rgb(204,210,206); }
td.TdClassName
{
border-color: #CCD2CE;
}
.TagClassName
{
border-color: #CCD2CE;
}
</style>