#CECCCC

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

Shades of Very Light Grey #CECCCC

Tints of Very Light Grey #CECCCC

Color information

#CECCCC (or 0xCECCCC) is unknown color: approx Very Light Grey. HEX triplet: CE, CC and CC. RGB value is (206,204,204). Sum of RGB (Red+Green+Blue) = 206+204+204=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCCC is #313333. Grayscale: #CCCCCC. Windows color (decimal): -3224372 or 13421774. OLE color: 13421774.

HSL color Cylindrical-coordinate representation of color #CECCCC: hue angle of 0º degrees, saturation: 0.02, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CECCCC is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB206204204-
CMYK00.010.010.19
HSL2%80.39%-
HSV(B)0.97%80.78%-
XYZ57.9560.6765.78-
YUV204.6127.66129-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.55%
GREEN value IS 204 (80.08% from 255) = 33.22%
BLUE value IS 204 (80.08% from 255) = 33.22%
R=33.55%
G=33.22%
B=33.22%

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
Decimal20620420400.010.010.190280.39
HexCECCCC011130250
Octal3163143140112302120
Binary110011101100110011001100011100110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECCCC; }

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

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

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

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

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

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

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

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