#CECDC8

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

Shades of Concrete #CECDC8

Tints of Concrete #CECDC8

Color information

#CECDC8 (or 0xCECDC8) is unknown color: approx Concrete. HEX triplet: CE, CD and C8. RGB value is (206,205,200). Sum of RGB (Red+Green+Blue) = 206+205+200=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 206 - color contains mainly: red. Hex color #CECDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDC8 is #313237. Grayscale: #CCCCCC. Windows color (decimal): -3224120 or 13159886. OLE color: 13159886.

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

Color convert

RGB206205200-
CMYK00.000.030.19
HSL50º5.77%79.61%-
HSV(B)50º2.91%80.78%-
XYZ57.7160.9563.37-
YUV204.73125.33128.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.72%
GREEN value IS 205 (80.47% from 255) = 33.55%
BLUE value IS 200 (78.52% from 255) = 32.73%
R=33.72%
G=33.55%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620520000.000.030.19505.7779.61
HexCECDC80031332650
Octal31631531000323626120
Binary1100111011001101110010000011100111100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECDC8; }

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

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

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

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

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

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

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

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