#E4BBBF

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

Shades of Blossom #E4BBBF

Tints of Blossom #E4BBBF

Color information

#E4BBBF (or 0xE4BBBF) is unknown color: approx Blossom. HEX triplet: E4, BB and BF. RGB value is (228,187,191). Sum of RGB (Red+Green+Blue) = 228+187+191=606 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.62% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BBBF is #1B4440. Grayscale: #C7C7C7. Windows color (decimal): -1786945 or 12565476. OLE color: 12565476.

HSL color Cylindrical-coordinate representation of color #E4BBBF: hue angle of 354.15º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4BBBF is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB228187191-
CMYK00.180.160.11
HSL354.15º43.16%81.37%-
HSV(B)354.15º17.98%89.41%-
XYZ59.1755.856.94-
YUV199.71123.08148.17-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.62%
GREEN value IS 187 (73.44% from 255) = 30.86%
BLUE value IS 191 (75% from 255) = 31.52%
R=37.62%
G=30.86%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818719100.180.160.11354.1543.1681.37
HexE4BBBF01210B1622b51
Octal344273277022201354253121
Binary1110010010111011101111110100101000010111011000101010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BBBF; }

 p { color: rgb(228,187,191); }

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

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

 a { background-color: rgb(228,187,191); }

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

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

 span { border-color: rgb(228,187,191); }

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