#ECD5CA

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

Shades of Bizarre #ECD5CA

Tints of Bizarre #ECD5CA

Color information

#ECD5CA (or 0xECD5CA) is unknown color: approx Bizarre. HEX triplet: EC, D5 and CA. RGB value is (236,213,202). Sum of RGB (Red+Green+Blue) = 236+213+202=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 213 (83.59% from 255 or 32.72% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5CA is #132A35. Grayscale: #DADADA. Windows color (decimal): -1255990 or 13293036. OLE color: 13293036.

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

Color convert

RGB236213202-
CMYK00.100.140.07
HSL19.41º47.22%85.88%-
HSV(B)19.41º14.41%92.55%-
XYZ69.0569.6965.69-
YUV218.62118.62140.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.25%
GREEN value IS 213 (83.59% from 255) = 32.72%
BLUE value IS 202 (79.30% from 255) = 31.03%
R=36.25%
G=32.72%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621320200.100.140.0719.4147.2285.88
HexECD5CA0AE7132f56
Octal3543253120121672357126
Binary111011001101010111001010010101110111100111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD5CA; }

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

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

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

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

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

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

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

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