#CECDC9

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

Shades of Concrete #CECDC9

Tints of Concrete #CECDC9

Color information

#CECDC9 (or 0xCECDC9) is unknown color: approx Concrete. HEX triplet: CE, CD and C9. RGB value is (206,205,201). Sum of RGB (Red+Green+Blue) = 206+205+201=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 206 - color contains mainly: red. Hex color #CECDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDC9 is #313236. Grayscale: #CCCCCC. Windows color (decimal): -3224119 or 13225422. OLE color: 13225422.

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

Color convert

RGB206205201-
CMYK00.000.020.19
HSL48º4.85%79.8%-
HSV(B)48º2.43%80.78%-
XYZ57.836163.98-
YUV204.84125.83128.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.66%
GREEN value IS 205 (80.47% from 255) = 33.50%
BLUE value IS 201 (78.91% from 255) = 32.84%
R=33.66%
G=33.50%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620520100.000.020.19484.8579.8
HexCECDC90021330550
Octal31631531100223605120
Binary1100111011001101110010010010100111100001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECDC9; }

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

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

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

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

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

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

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

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