#ECD3C8

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

Shades of Bizarre #ECD3C8

Tints of Bizarre #ECD3C8

Color information

#ECD3C8 (or 0xECD3C8) is unknown color: approx Bizarre. HEX triplet: EC, D3 and C8. RGB value is (236,211,200). Sum of RGB (Red+Green+Blue) = 236+211+200=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 211 (82.81% from 255 or 32.61% from 647); Blue value is 200 (78.52% from 255 or 30.91% from 647); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD3C8 is #132C37. Grayscale: #D9D9D9. Windows color (decimal): -1256504 or 13161452. OLE color: 13161452.

HSL color Cylindrical-coordinate representation of color #ECD3C8: hue angle of 18.33º 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 #ECD3C8 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB236211200-
CMYK00.110.150.07
HSL18.33º48.65%85.49%-
HSV(B)18.33º15.25%92.55%-
XYZ68.3168.5964.28-
YUV217.22118.28141.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.48%
GREEN value IS 211 (82.81% from 255) = 32.61%
BLUE value IS 200 (78.52% from 255) = 30.91%
R=36.48%
G=32.61%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621120000.110.150.0718.3348.6585.49
HexECD3C80BF7123155
Octal3543233100131772261125
Binary111011001101001111001000010111111111100101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD3C8; }

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

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

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

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

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

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

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

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