#CECDCD

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

Shades of Very Light Grey #CECDCD

Tints of Very Light Grey #CECDCD

Color information

#CECDCD (or 0xCECDCD) is unknown color: approx Very Light Grey. HEX triplet: CE, CD and CD. RGB value is (206,205,205). Sum of RGB (Red+Green+Blue) = 206+205+205=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 206 - color contains mainly: red. Hex color #CECDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDCD is #313232. Grayscale: #CDCDCD. Windows color (decimal): -3224115 or 13487566. OLE color: 13487566.

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

Color convert

RGB206205205-
CMYK00.000.000.19
HSL1.01%80.59%-
HSV(B)0.49%80.78%-
XYZ58.361.1966.5-
YUV205.3127.83128.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.44%
GREEN value IS 205 (80.47% from 255) = 33.28%
BLUE value IS 205 (80.47% from 255) = 33.28%
R=33.44%
G=33.28%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620520500.000.000.1901.0180.59
HexCECDCD000130151
Octal3163153150002301121
Binary11001110110011011100110100010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECDCD; }

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

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

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

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

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

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

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

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