#E1CEC7

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

Shades of Bizarre #E1CEC7

Tints of Bizarre #E1CEC7

Color information

#E1CEC7 (or 0xE1CEC7) is unknown color: approx Bizarre. HEX triplet: E1, CE and C7. RGB value is (225,206,199). Sum of RGB (Red+Green+Blue) = 225+206+199=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 199 (78.12% from 255 or 31.59% from 630); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CEC7 is #1E3138. Grayscale: #D2D2D2. Windows color (decimal): -1978681 or 13094625. OLE color: 13094625.

HSL color Cylindrical-coordinate representation of color #E1CEC7: hue angle of 16.15º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1CEC7 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB225206199-
CMYK00.080.120.12
HSL16.15º30.23%83.14%-
HSV(B)16.15º11.56%88.24%-
XYZ63.4364.2763.1-
YUV210.88121.29138.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.71%
GREEN value IS 206 (80.86% from 255) = 32.70%
BLUE value IS 199 (78.12% from 255) = 31.59%
R=35.71%
G=32.70%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520619900.080.120.1216.1530.2383.14
HexE1CEC708CC101e53
Octal34131630701014142036123
Binary111000011100111011000111010001100110010000111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CEC7; }

 p { color: rgb(225,206,199); }

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

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

 a { background-color: rgb(225,206,199); }

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

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

 span { border-color: rgb(225,206,199); }

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