#E9B8BC

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

Shades of Blossom #E9B8BC

Tints of Blossom #E9B8BC

Color information

#E9B8BC (or 0xE9B8BC) is unknown color: approx Blossom. HEX triplet: E9, B8 and BC. RGB value is (233,184,188). Sum of RGB (Red+Green+Blue) = 233+184+188=605 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.51% from 605); Green value is 184 (72.27% from 255 or 30.41% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B8BC is #164743. Grayscale: #C7C7C7. Windows color (decimal): -1460036 or 12368105. OLE color: 12368105.

HSL color Cylindrical-coordinate representation of color #E9B8BC: hue angle of 355.1º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E9B8BC is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB233184188-
CMYK00.210.190.09
HSL355.1º52.69%81.76%-
HSV(B)355.1º21.03%91.37%-
XYZ59.8255.2455.09-
YUV199.11121.73152.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.51%
GREEN value IS 184 (72.27% from 255) = 30.41%
BLUE value IS 188 (73.83% from 255) = 31.07%
R=38.51%
G=30.41%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318418800.210.190.09355.152.6981.76
HexE9B8BC0151391633552
Octal351270274025231154365122
Binary1110100110111000101111000101011001110011011000111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B8BC; }

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

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

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

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

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

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

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

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