#E4BABB

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

Shades of Blossom #E4BABB

Tints of Blossom #E4BABB

Color information

#E4BABB (or 0xE4BABB) is unknown color: approx Blossom. HEX triplet: E4, BA and BB. RGB value is (228,186,187). Sum of RGB (Red+Green+Blue) = 228+186+187=601 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.94% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BABB is #1B4544. Grayscale: #C6C6C6. Windows color (decimal): -1787205 or 12303076. OLE color: 12303076.

HSL color Cylindrical-coordinate representation of color #E4BABB: hue angle of 358.57º degrees, saturation: 0.44, 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 #E4BABB is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB228186187-
CMYK00.180.180.11
HSL358.57º43.75%81.18%-
HSV(B)358.57º18.42%89.41%-
XYZ58.5255.254.58-
YUV198.67121.41148.92-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.94%
GREEN value IS 186 (73.05% from 255) = 30.95%
BLUE value IS 187 (73.44% from 255) = 31.11%
R=37.94%
G=30.95%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818618700.180.180.11358.5743.7581.18
HexE4BABB01212B1672c51
Octal344272273022221354754121
Binary1110010010111010101110110100101001010111011001111011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BABB; }

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

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

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

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

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

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

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

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