#CFCCCC

Color #CFCCCC Very Light Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Light Grey #CFCCCC

Tints of Very Light Grey #CFCCCC

Color information

#CFCCCC (or 0xCFCCCC) is unknown color: approx Very Light Grey. HEX triplet: CF, CC and CC. RGB value is (207,204,204). Sum of RGB (Red+Green+Blue) = 207+204+204=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCCC is #303333. Grayscale: #CCCCCC. Windows color (decimal): -3158836 or 13421775. OLE color: 13421775.

HSL color Cylindrical-coordinate representation of color #CFCCCC: hue angle of 0º 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 #CFCCCC is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB207204204-
CMYK00.010.010.19
HSL3.03%80.59%-
HSV(B)1.45%81.18%-
XYZ58.2260.8165.8-
YUV204.9127.49129.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.66%
GREEN value IS 204 (80.08% from 255) = 33.17%
BLUE value IS 204 (80.08% from 255) = 33.17%
R=33.66%
G=33.17%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720420400.010.010.1903.0380.59
HexCFCCCC011130351
Octal3173143140112303121
Binary110011111100110011001100011100110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCCC; }

 p { color: rgb(207,204,204); }

 H1.HeaderClassName
 {
   color: #CFCCCC;
 }
 .AnyTagClassName
 {
   color: #CFCCCC;
 }
</style>
background-color css

<style>
 a { background-color: #CFCCCC; }

 a { background-color: rgb(207,204,204); }

 div.DivClassName
 {
   background-color: #CFCCCC;
 }
 .BgClassName
 {
   background-color: #CFCCCC;
 }
</style>
border-color css

<style>
 span { border-color: #CFCCCC; }

 span { border-color: rgb(207,204,204); }

 td.TdClassName
 {
   border-color: #CFCCCC;
 }
 .TagClassName
 {
   border-color: #CFCCCC;
 }
</style>