Html Css Color HEX #E9BBBF Blossom

📋 copy color: '#E9BBBF'

red 233 ◦ green 187 ◦ blue 191

#E9BBBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blossom #E9BBBF

Tints of Blossom #E9BBBF

RGB

 RED value IS 233 (91.41% from 255) = 38.13%

 GREEN value IS 187 (73.44% from 255) = 30.61%

 BLUE value IS 191 (75% from 255) = 31.26%

R = 38.13%
G = 30.61%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E9BBBF (or 0xE9BBBF) is known color: Blossom. HEX triplet: E9, BB and BF. RGB value is (233,187,191). Sum of RGB (Red+Green+Blue) = 233+187+191=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BBBF is #164440. Grayscale: #C9C9C9. Windows color (decimal): -1459265 or 12565481. OLE color: 12565481.

HSL color Cylindrical-coordinate representation of color #E9BBBF: hue angle of 354.78º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9BBBF is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 187 191 -
CMYK 0 0.20 0.18 0.09
HSL 354.78º 0.51% 0.82% -
HSV(B) 354.78º 0.2% 0.91% -
XYZ 60.78 56.63 57.02 -
YUV 201.21 122.24 150.67 -
System Red Green Blue C M Y K H S L
Decimal 233 187 191 0 0.20 0.18 0.09 354.78 0.51 0.82
Hex E9 BB BF 0 14 12 9 163 33 52
Octal 351 273 277 0 24 22 11 543 63 122
Binary 11101001 10111011 10111111 0 10100 10010 1001 101100011 110011 1010010

Color Harmonies of #E9BBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BBBF

Black with #E9BBBF

Text Example


Text Example

White with #E9BBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BBBF; }

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

 H1.HeaderClassName
 {
   color: #E9BBBF;
 }
 .AnyTagClassName
 {
   color: #E9BBBF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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