Shades of Edgewater #CCD1CD
Tints of Edgewater #CCD1CD
RGB
CMYK
RGB Variations
Color information
#CCD1CD (or 0xCCD1CD) is known color: Edgewater. HEX triplet: CC, D1 and CD. RGB value is (204,209,205). Sum of RGB (Red+Green+Blue) = 204+209+205=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 209 (82.03% from 255 or 33.82% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1CD is #332E32. Grayscale: #CFCFCF. Windows color (decimal): -3354163 or 13488588. OLE color: 13488588.
HSL color Cylindrical-coordinate representation of color #CCD1CD: hue angle of 132º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CCD1CD is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
RGB | 204 | 209 | 205 | - |
CMYK | 0.02 | 0 | 0.02 | 0.18 |
HSL | 132º | 0.05% | 0.81% | - |
HSV(B) | 132º | 0.02% | 0.82% | - |
XYZ | 58.72 | 62.85 | 66.79 | - |
YUV | 207.05 | 126.84 | 125.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 209 | 205 | 0.02 | 0 | 0.02 | 0.18 | 132 | 0.05 | 0.81 |
Hex | CC | D1 | CD | 2 | 0 | 2 | 12 | 84 | 5 | 51 |
Octal | 314 | 321 | 315 | 2 | 0 | 2 | 22 | 204 | 5 | 121 |
Binary | 11001100 | 11010001 | 11001101 | 10 | 0 | 10 | 10010 | 10000100 | 101 | 1010001 |
Color Harmonies of #CCD1CD
Complementary color
Monochromatic Colors of #CCD1CD
Black with #CCD1CD
Text Example
Text Example
White with #CCD1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD1CD; }
p { color: rgb(204,209,205); }
H1.HeaderClassName
{
color: #CCD1CD;
}
.AnyTagClassName
{
color: #CCD1CD;
}
</style>
background-color css
<style>
a { background-color: #CCD1CD; }
a { background-color: rgb(204,209,205); }
div.DivClassName
{
background-color: #CCD1CD;
}
.BgClassName
{
background-color: #CCD1CD;
}
</style>
border-color css
<style>
span { border-color: #CCD1CD; }
span { border-color: rgb(204,209,205); }
td.TdClassName
{
border-color: #CCD1CD;
}
.TagClassName
{
border-color: #CCD1CD;
}
</style>