#ECD5CB

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

Shades of Bizarre #ECD5CB

Tints of Bizarre #ECD5CB

Color information

#ECD5CB (or 0xECD5CB) is unknown color: approx Bizarre. HEX triplet: EC, D5 and CB. RGB value is (236,213,203). Sum of RGB (Red+Green+Blue) = 236+213+203=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 213 (83.59% from 255 or 32.67% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5CB is #132A34. Grayscale: #DADADA. Windows color (decimal): -1255989 or 13358572. OLE color: 13358572.

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

Color convert

RGB236213203-
CMYK00.100.140.07
HSL18.18º46.48%86.08%-
HSV(B)18.18º13.98%92.55%-
XYZ69.1769.7366.31-
YUV218.74119.12140.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.20%
GREEN value IS 213 (83.59% from 255) = 32.67%
BLUE value IS 203 (79.69% from 255) = 31.13%
R=36.20%
G=32.67%
B=31.13%

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
Decimal23621320300.100.140.0718.1846.4886.08
HexECD5CB0AE7122e56
Octal3543253130121672256126
Binary111011001101010111001011010101110111100101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD5CB; }

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

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

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

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

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

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

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

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