#E0BABD

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

Shades of Blossom #E0BABD

Tints of Blossom #E0BABD

Color information

#E0BABD (or 0xE0BABD) is unknown color: approx Blossom. HEX triplet: E0, BA and BD. RGB value is (224,186,189). Sum of RGB (Red+Green+Blue) = 224+186+189=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BABD is #1F4542. Grayscale: #C5C5C5. Windows color (decimal): -2049347 or 12434144. OLE color: 12434144.

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

Color convert

RGB224186189-
CMYK00.170.160.12
HSL355.26º38%80.39%-
HSV(B)355.26º16.96%87.84%-
XYZ57.4854.6455.66-
YUV197.7123.09146.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.40%
GREEN value IS 186 (73.05% from 255) = 31.05%
BLUE value IS 189 (74.22% from 255) = 31.55%
R=37.40%
G=31.05%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418618900.170.160.12355.263880.39
HexE0BABD01110C1632650
Octal340272275021201454346120
Binary1110000010111010101111010100011000011001011000111001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BABD; }

 p { color: rgb(224,186,189); }

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

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

 a { background-color: rgb(224,186,189); }

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

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

 span { border-color: rgb(224,186,189); }

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