#E1BDC0

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

Shades of Blossom #E1BDC0

Tints of Blossom #E1BDC0

Color information

#E1BDC0 (or 0xE1BDC0) is unknown color: approx Blossom. HEX triplet: E1, BD and C0. RGB value is (225,189,192). Sum of RGB (Red+Green+Blue) = 225+189+192=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BDC0 is #1E423F. Grayscale: #C8C8C8. Windows color (decimal): -1983040 or 12631521. OLE color: 12631521.

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

Color convert

RGB225189192-
CMYK00.160.150.12
HSL355º37.5%81.18%-
HSV(B)355º16%88.24%-
XYZ58.7656.2157.62-
YUV200.11123.43145.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.13%
GREEN value IS 189 (74.22% from 255) = 31.19%
BLUE value IS 192 (75.39% from 255) = 31.68%
R=37.13%
G=31.19%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518919200.160.150.1235537.581.18
HexE1BDC0010FC1632651
Octal341275300020171454346121
Binary111000011011110111000000010000111111001011000111001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BDC0; }

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

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

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

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

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

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

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

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