#E4B8BC

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

Shades of Blossom #E4B8BC

Tints of Blossom #E4B8BC

Color information

#E4B8BC (or 0xE4B8BC) is unknown color: approx Blossom. HEX triplet: E4, B8 and BC. RGB value is (228,184,188). Sum of RGB (Red+Green+Blue) = 228+184+188=600 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38% from 600); Green value is 184 (72.27% from 255 or 30.67% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4B8BC is #1B4743. Grayscale: #C5C5C5. Windows color (decimal): -1787716 or 12368100. OLE color: 12368100.

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

Color convert

RGB228184188-
CMYK00.190.180.11
HSL354.55º44.9%80.78%-
HSV(B)354.55º19.3%89.41%-
XYZ58.2154.4155.01-
YUV197.61122.58149.67-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38%
GREEN value IS 184 (72.27% from 255) = 30.67%
BLUE value IS 188 (73.83% from 255) = 31.33%
R=38%
G=30.67%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818418800.190.180.11354.5544.980.78
HexE4B8BC01312B1632d51
Octal344270274023221354355121
Binary1110010010111000101111000100111001010111011000111011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B8BC; }

 p { color: rgb(228,184,188); }

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

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

 a { background-color: rgb(228,184,188); }

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

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

 span { border-color: rgb(228,184,188); }

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