Shades of Edgewater #CCCFCD
Tints of Edgewater #CCCFCD
RGB
CMYK
RGB Variations
Color information
#CCCFCD (or 0xCCCFCD) is known color: Edgewater. HEX triplet: CC, CF and CD. RGB value is (204,207,205). Sum of RGB (Red+Green+Blue) = 204+207+205=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFCD is #333032. Grayscale: #CDCDCD. Windows color (decimal): -3354675 or 13488076. OLE color: 13488076.
HSL color Cylindrical-coordinate representation of color #CCCFCD: hue angle of 140º degrees, saturation: 0.03, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CCCFCD is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 204 | 207 | 205 | - |
CMYK | 0.01 | 0 | 0.01 | 0.19 |
HSL | 140º | 0.03% | 0.81% | - |
HSV(B) | 140º | 0.01% | 0.81% | - |
XYZ | 58.23 | 61.87 | 66.63 | - |
YUV | 205.88 | 127.51 | 126.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 207 | 205 | 0.01 | 0 | 0.01 | 0.19 | 140 | 0.03 | 0.81 |
Hex | CC | CF | CD | 1 | 0 | 1 | 13 | 8C | 3 | 51 |
Octal | 314 | 317 | 315 | 1 | 0 | 1 | 23 | 214 | 3 | 121 |
Binary | 11001100 | 11001111 | 11001101 | 1 | 0 | 1 | 10011 | 10001100 | 11 | 1010001 |
Color Harmonies of #CCCFCD
Complementary color
Monochromatic Colors of #CCCFCD
Black with #CCCFCD
Text Example
Text Example
White with #CCCFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFCD; }
p { color: rgb(204,207,205); }
H1.HeaderClassName
{
color: #CCCFCD;
}
.AnyTagClassName
{
color: #CCCFCD;
}
</style>
background-color css
<style>
a { background-color: #CCCFCD; }
a { background-color: rgb(204,207,205); }
div.DivClassName
{
background-color: #CCCFCD;
}
.BgClassName
{
background-color: #CCCFCD;
}
</style>
border-color css
<style>
span { border-color: #CCCFCD; }
span { border-color: rgb(204,207,205); }
td.TdClassName
{
border-color: #CCCFCD;
}
.TagClassName
{
border-color: #CCCFCD;
}
</style>