#EEB2BB

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

Shades of Blossom #EEB2BB

Tints of Blossom #EEB2BB

Color information

#EEB2BB (or 0xEEB2BB) is unknown color: approx Blossom. HEX triplet: EE, B2 and BB. RGB value is (238,178,187). Sum of RGB (Red+Green+Blue) = 238+178+187=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB2BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB2BB is #114D44. Grayscale: #C4C4C4. Windows color (decimal): -1133893 or 12301038. OLE color: 12301038.

HSL color Cylindrical-coordinate representation of color #EEB2BB: hue angle of 351º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEB2BB is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB238178187-
CMYK00.250.210.07
HSL351º63.83%81.57%-
HSV(B)351º25.21%93.33%-
XYZ60.1553.6154.19-
YUV196.97122.38157.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.47%
GREEN value IS 178 (69.92% from 255) = 29.52%
BLUE value IS 187 (73.44% from 255) = 31.01%
R=39.47%
G=29.52%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817818700.250.210.0735163.8381.57
HexEEB2BB01915715f4052
Octal356262273031257537100122
Binary1110111010110010101110110110011010111110101111110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB2BB; }

 p { color: rgb(238,178,187); }

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

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

 a { background-color: rgb(238,178,187); }

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

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

 span { border-color: rgb(238,178,187); }

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