#E3B8BD

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

Shades of Blossom #E3B8BD

Tints of Blossom #E3B8BD

Color information

#E3B8BD (or 0xE3B8BD) is unknown color: approx Blossom. HEX triplet: E3, B8 and BD. RGB value is (227,184,189). Sum of RGB (Red+Green+Blue) = 227+184+189=600 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.83% from 600); Green value is 184 (72.27% from 255 or 30.67% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3B8BD is #1C4742. Grayscale: #C5C5C5. Windows color (decimal): -1853251 or 12433635. OLE color: 12433635.

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

Color convert

RGB227184189-
CMYK00.190.170.11
HSL353.02º43.43%80.59%-
HSV(B)353.02º18.94%89.02%-
XYZ5854.2955.57-
YUV197.43123.25149.09-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.83%
GREEN value IS 184 (72.27% from 255) = 30.67%
BLUE value IS 189 (74.22% from 255) = 31.5%
R=37.83%
G=30.67%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718418900.190.170.11353.0243.4380.59
HexE3B8BD01311B1612b51
Octal343270275023211354153121
Binary1110001110111000101111010100111000110111011000011010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B8BD; }

 p { color: rgb(227,184,189); }

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

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

 a { background-color: rgb(227,184,189); }

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

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

 span { border-color: rgb(227,184,189); }

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