#ECD5CD

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

Shades of Bizarre #ECD5CD

Tints of Bizarre #ECD5CD

Color information

#ECD5CD (or 0xECD5CD) is unknown color: approx Bizarre. HEX triplet: EC, D5 and CD. RGB value is (236,213,205). Sum of RGB (Red+Green+Blue) = 236+213+205=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 213 (83.59% from 255 or 32.57% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5CD is #132A32. Grayscale: #DBDBDB. Windows color (decimal): -1255987 or 13489644. OLE color: 13489644.

HSL color Cylindrical-coordinate representation of color #ECD5CD: hue angle of 15.48º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECD5CD is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB236213205-
CMYK00.100.130.07
HSL15.48º44.93%86.47%-
HSV(B)15.48º13.14%92.55%-
XYZ69.4169.8367.58-
YUV218.96120.12140.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.09%
GREEN value IS 213 (83.59% from 255) = 32.57%
BLUE value IS 205 (80.47% from 255) = 31.35%
R=36.09%
G=32.57%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621320500.100.130.0715.4844.9386.47
HexECD5CD0AD7f2d56
Octal3543253150121571755126
Binary11101100110101011100110101010110111111111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD5CD; }

 p { color: rgb(236,213,205); }

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

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

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

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

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

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

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