#E1BDAF

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

Shades of Just Right #E1BDAF

Tints of Just Right #E1BDAF

Color information

#E1BDAF (or 0xE1BDAF) is unknown color: approx Just Right. HEX triplet: E1, BD and AF. RGB value is (225,189,175). Sum of RGB (Red+Green+Blue) = 225+189+175=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BDAF is #1E4250. Grayscale: #C6C6C6. Windows color (decimal): -1983057 or 11517409. OLE color: 11517409.

HSL color Cylindrical-coordinate representation of color #E1BDAF: hue angle of 16.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1BDAF is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB225189175-
CMYK00.160.220.12
HSL16.8º45.45%78.43%-
HSV(B)16.8º22.22%88.24%-
XYZ56.9955.548.27-
YUV198.17114.93147.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.20%
GREEN value IS 189 (74.22% from 255) = 32.09%
BLUE value IS 175 (68.75% from 255) = 29.71%
R=38.20%
G=32.09%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518917500.160.220.1216.845.4578.43
HexE1BDAF01016C112d4e
Octal34127525702026142155116
Binary111000011011110110101111010000101101100100011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BDAF; }

 p { color: rgb(225,189,175); }

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

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

 a { background-color: rgb(225,189,175); }

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

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

 span { border-color: rgb(225,189,175); }

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