#E5CEC4

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

Shades of Bizarre #E5CEC4

Tints of Bizarre #E5CEC4

Color information

#E5CEC4 (or 0xE5CEC4) is unknown color: approx Bizarre. HEX triplet: E5, CE and C4. RGB value is (229,206,196). Sum of RGB (Red+Green+Blue) = 229+206+196=631 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.29% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 196 (76.95% from 255 or 31.06% from 631); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CEC4 is #1A313B. Grayscale: #D3D3D3. Windows color (decimal): -1716540 or 12898021. OLE color: 12898021.

HSL color Cylindrical-coordinate representation of color #E5CEC4: hue angle of 18.18º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5CEC4 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB229206196-
CMYK00.100.140.10
HSL18.18º38.82%83.33%-
HSV(B)18.18º14.41%89.8%-
XYZ64.3564.7961.34-
YUV211.74119.12140.31-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.29%
GREEN value IS 206 (80.86% from 255) = 32.65%
BLUE value IS 196 (76.95% from 255) = 31.06%
R=36.29%
G=32.65%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920619600.100.140.1018.1838.8283.33
HexE5CEC40AEA122753
Octal34531630401216122247123
Binary1110010111001110110001000101011101010100101001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CEC4; }

 p { color: rgb(229,206,196); }

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

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

 a { background-color: rgb(229,206,196); }

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

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

 span { border-color: rgb(229,206,196); }

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