#EEAAB5

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

Shades of Blossom #EEAAB5

Tints of Blossom #EEAAB5

Color information

#EEAAB5 (or 0xEEAAB5) is unknown color: approx Blossom. HEX triplet: EE, AA and B5. RGB value is (238,170,181). Sum of RGB (Red+Green+Blue) = 238+170+181=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAAB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAAB5 is #11554A. Grayscale: #BFBFBF. Windows color (decimal): -1135947 or 11905774. OLE color: 11905774.

HSL color Cylindrical-coordinate representation of color #EEAAB5: hue angle of 350.29º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEAAB5 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB238170181-
CMYK00.290.240.07
HSL350.29º66.67%80%-
HSV(B)350.29º28.57%93.33%-
XYZ57.9850.2650.36-
YUV191.59122.03161.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.41%
GREEN value IS 170 (66.80% from 255) = 28.86%
BLUE value IS 181 (71.09% from 255) = 30.73%
R=40.41%
G=28.86%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817018100.290.240.07350.2966.6780
HexEEAAB501D18715e4350
Octal356252265035307536103120
Binary1110111010101010101101010111011100011110101111010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAAB5; }

 p { color: rgb(238,170,181); }

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

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

 a { background-color: rgb(238,170,181); }

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

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

 span { border-color: rgb(238,170,181); }

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