#E1ACB7

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

Shades of Blossom #E1ACB7

Tints of Blossom #E1ACB7

Color information

#E1ACB7 (or 0xE1ACB7) is unknown color: approx Blossom. HEX triplet: E1, AC and B7. RGB value is (225,172,183). Sum of RGB (Red+Green+Blue) = 225+172+183=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 183 (71.88% from 255 or 31.55% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACB7 is #1E5348. Grayscale: #BDBDBD. Windows color (decimal): -1987401 or 12037345. OLE color: 12037345.

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

Color convert

RGB225172183-
CMYK00.240.190.12
HSL347.55º46.9%77.84%-
HSV(B)347.55º23.56%88.24%-
XYZ54.3548.9351.38-
YUV189.1124.56153.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.79%
GREEN value IS 172 (67.58% from 255) = 29.66%
BLUE value IS 183 (71.88% from 255) = 31.55%
R=38.79%
G=29.66%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517218300.240.190.12347.5546.977.84
HexE1ACB701813C15c2f4e
Octal341254267030231453457116
Binary1110000110101100101101110110001001111001010111001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ACB7; }

 p { color: rgb(225,172,183); }

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

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

 a { background-color: rgb(225,172,183); }

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

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

 span { border-color: rgb(225,172,183); }

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