#ECD5C9

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

Shades of Bizarre #ECD5C9

Tints of Bizarre #ECD5C9

Color information

#ECD5C9 (or 0xECD5C9) is unknown color: approx Bizarre. HEX triplet: EC, D5 and C9. RGB value is (236,213,201). Sum of RGB (Red+Green+Blue) = 236+213+201=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 213 (83.59% from 255 or 32.77% from 650); Blue value is 201 (78.91% from 255 or 30.92% from 650); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5C9 is #132A36. Grayscale: #DADADA. Windows color (decimal): -1255991 or 13227500. OLE color: 13227500.

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

Color convert

RGB236213201-
CMYK00.100.150.07
HSL20.57º47.95%85.69%-
HSV(B)20.57º14.83%92.55%-
XYZ68.9369.6465.07-
YUV218.51118.12140.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.31%
GREEN value IS 213 (83.59% from 255) = 32.77%
BLUE value IS 201 (78.91% from 255) = 30.92%
R=36.31%
G=32.77%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621320100.100.150.0720.5747.9585.69
HexECD5C90AF7153056
Octal3543253110121772560126
Binary111011001101010111001001010101111111101011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD5C9; }

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

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

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

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

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

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

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

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