#EEAAB3

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

Shades of Blossom #EEAAB3

Tints of Blossom #EEAAB3

Color information

#EEAAB3 (or 0xEEAAB3) is unknown color: approx Blossom. HEX triplet: EE, AA and B3. RGB value is (238,170,179). Sum of RGB (Red+Green+Blue) = 238+170+179=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 179 (70.31% from 255 or 30.49% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAAB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAAB3 is #11554C. Grayscale: #BFBFBF. Windows color (decimal): -1135949 or 11774702. OLE color: 11774702.

HSL color Cylindrical-coordinate representation of color #EEAAB3: hue angle of 352.06º 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 #EEAAB3 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB238170179-
CMYK00.290.250.07
HSL352.06º66.67%80%-
HSV(B)352.06º28.57%93.33%-
XYZ57.7750.1849.29-
YUV191.36121.03161.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.55%
GREEN value IS 170 (66.80% from 255) = 28.96%
BLUE value IS 179 (70.31% from 255) = 30.49%
R=40.55%
G=28.96%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817017900.290.250.07352.0666.6780
HexEEAAB301D1971604350
Octal356252263035317540103120
Binary1110111010101010101100110111011100111110110000010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAAB3; }

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

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

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

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

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

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

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

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