#CCCFCD

Color #CCCFCD Edgewater (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edgewater #CCCFCD

Tints of Edgewater #CCCFCD

Color information

#CCCFCD (or 0xCCCFCD) is unknown color: approx 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

RGB204207205-
CMYK0.0100.010.19
HSL140º3.03%80.59%-
HSV(B)140º1.45%81.18%-
XYZ58.2361.8766.63-
YUV205.88127.51126.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 33.12%
GREEN value IS 207 (81.25% from 255) = 33.60%
BLUE value IS 205 (80.47% from 255) = 33.28%
R=33.12%
G=33.60%
B=33.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042072050.0100.010.191403.0380.59
HexCCCFCD101138c351
Octal314317315101232143121
Binary1100110011001111110011011011001110001100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>