Html Css Color HEX #E2BBBF Blossom

📋 copy color: '#E2BBBF'

red 226 ◦ green 187 ◦ blue 191

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

Shades of Blossom #E2BBBF

Tints of Blossom #E2BBBF

RGB

 RED value IS 226 (88.67% from 255) = 37.42%

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

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

R = 37.42%
G = 30.96%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E2BBBF (or 0xE2BBBF) is known color: Blossom. HEX triplet: E2, BB and BF. RGB value is (226,187,191). Sum of RGB (Red+Green+Blue) = 226+187+191=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BBBF is #1D4440. Grayscale: #C7C7C7. Windows color (decimal): -1918017 or 12565474. OLE color: 12565474.

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

Color convert

RGB 226 187 191 -
CMYK 0 0.17 0.15 0.11
HSL 353.85º 0.4% 0.81% -
HSV(B) 353.85º 0.17% 0.89% -
XYZ 58.54 55.47 56.91 -
YUV 199.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 226 187 191 0 0.17 0.15 0.11 353.85 0.4 0.81
Hex E2 BB BF 0 11 F B 162 28 51
Octal 342 273 277 0 21 17 13 542 50 121
Binary 11100010 10111011 10111111 0 10001 1111 1011 101100010 101000 1010001

Color Harmonies of #E2BBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BBBF

Black with #E2BBBF

Text Example


Text Example

White with #E2BBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BBBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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