Shades of Edgewater #CCD0CD
Tints of Edgewater #CCD0CD
RGB
CMYK
RGB Variations
Color information
#CCD0CD (or 0xCCD0CD) is known color: Edgewater. HEX triplet: CC, D0 and CD. RGB value is (204,208,205). Sum of RGB (Red+Green+Blue) = 204+208+205=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0CD is #332F32. Grayscale: #CECECE. Windows color (decimal): -3354419 or 13488332. OLE color: 13488332.
HSL color Cylindrical-coordinate representation of color #CCD0CD: hue angle of 135º degrees, saturation: 0.04, 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 #CCD0CD is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
RGB | 204 | 208 | 205 | - |
CMYK | 0.02 | 0 | 0.01 | 0.18 |
HSL | 135º | 0.04% | 0.81% | - |
HSV(B) | 135º | 0.02% | 0.82% | - |
XYZ | 58.48 | 62.36 | 66.71 | - |
YUV | 206.46 | 127.17 | 126.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 208 | 205 | 0.02 | 0 | 0.01 | 0.18 | 135 | 0.04 | 0.81 |
Hex | CC | D0 | CD | 2 | 0 | 1 | 12 | 87 | 4 | 51 |
Octal | 314 | 320 | 315 | 2 | 0 | 1 | 22 | 207 | 4 | 121 |
Binary | 11001100 | 11010000 | 11001101 | 10 | 0 | 1 | 10010 | 10000111 | 100 | 1010001 |
Color Harmonies of #CCD0CD
Complementary color
Monochromatic Colors of #CCD0CD
Black with #CCD0CD
Text Example
Text Example
White with #CCD0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD0CD; }
p { color: rgb(204,208,205); }
H1.HeaderClassName
{
color: #CCD0CD;
}
.AnyTagClassName
{
color: #CCD0CD;
}
</style>
background-color css
<style>
a { background-color: #CCD0CD; }
a { background-color: rgb(204,208,205); }
div.DivClassName
{
background-color: #CCD0CD;
}
.BgClassName
{
background-color: #CCD0CD;
}
</style>
border-color css
<style>
span { border-color: #CCD0CD; }
span { border-color: rgb(204,208,205); }
td.TdClassName
{
border-color: #CCD0CD;
}
.TagClassName
{
border-color: #CCD0CD;
}
</style>