#ECD5C8

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

Shades of Bizarre #ECD5C8

Tints of Bizarre #ECD5C8

Color information

#ECD5C8 (or 0xECD5C8) is unknown color: approx Bizarre. HEX triplet: EC, D5 and C8. RGB value is (236,213,200). Sum of RGB (Red+Green+Blue) = 236+213+200=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 213 (83.59% from 255 or 32.82% from 649); Blue value is 200 (78.52% from 255 or 30.82% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5C8 is #132A37. Grayscale: #DADADA. Windows color (decimal): -1255992 or 13161964. OLE color: 13161964.

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

Color convert

RGB236213200-
CMYK00.100.150.07
HSL21.67º48.65%85.49%-
HSV(B)21.67º15.25%92.55%-
XYZ68.8169.5964.45-
YUV218.4117.62140.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.36%
GREEN value IS 213 (83.59% from 255) = 32.82%
BLUE value IS 200 (78.52% from 255) = 30.82%
R=36.36%
G=32.82%
B=30.82%

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
Decimal23621320000.100.150.0721.6748.6585.49
HexECD5C80AF7163155
Octal3543253100121772661125
Binary111011001101010111001000010101111111101101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD5C8; }

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

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

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

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

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

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

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

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