#EEAEB4

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

Shades of Blossom #EEAEB4

Tints of Blossom #EEAEB4

Color information

#EEAEB4 (or 0xEEAEB4) is unknown color: approx Blossom. HEX triplet: EE, AE and B4. RGB value is (238,174,180). Sum of RGB (Red+Green+Blue) = 238+174+180=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 180 (70.70% from 255 or 30.41% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAEB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAEB4 is #11514B. Grayscale: #C1C1C1. Windows color (decimal): -1134924 or 11841262. OLE color: 11841262.

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

Color convert

RGB238174180-
CMYK00.270.240.07
HSL354.38º65.31%80.78%-
HSV(B)354.38º26.89%93.33%-
XYZ58.6351.7450.08-
YUV193.82120.2159.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.20%
GREEN value IS 174 (68.36% from 255) = 29.39%
BLUE value IS 180 (70.70% from 255) = 30.41%
R=40.20%
G=29.39%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817418000.270.240.07354.3865.3180.78
HexEEAEB401B1871624151
Octal356256264033307542101121
Binary1110111010101110101101000110111100011110110001010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAEB4; }

 p { color: rgb(238,174,180); }

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

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

 a { background-color: rgb(238,174,180); }

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

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

 span { border-color: rgb(238,174,180); }

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