#ECD3CA

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

Shades of Bizarre #ECD3CA

Tints of Bizarre #ECD3CA

Color information

#ECD3CA (or 0xECD3CA) is unknown color: approx Bizarre. HEX triplet: EC, D3 and CA. RGB value is (236,211,202). Sum of RGB (Red+Green+Blue) = 236+211+202=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 211 (82.81% from 255 or 32.51% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD3CA is #132C35. Grayscale: #D9D9D9. Windows color (decimal): -1256502 or 13292524. OLE color: 13292524.

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

Color convert

RGB236211202-
CMYK00.110.140.07
HSL15.88º47.22%85.88%-
HSV(B)15.88º14.41%92.55%-
XYZ68.5568.6965.52-
YUV217.45119.28141.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.36%
GREEN value IS 211 (82.81% from 255) = 32.51%
BLUE value IS 202 (79.30% from 255) = 31.12%
R=36.36%
G=32.51%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621120200.110.140.0715.8847.2285.88
HexECD3CA0BE7102f56
Octal3543233120131672057126
Binary111011001101001111001010010111110111100001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD3CA; }

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

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

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

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

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

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

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

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