#EEAFB5

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

Shades of Blossom #EEAFB5

Tints of Blossom #EEAFB5

Color information

#EEAFB5 (or 0xEEAFB5) is unknown color: approx Blossom. HEX triplet: EE, AF and B5. RGB value is (238,175,181). Sum of RGB (Red+Green+Blue) = 238+175+181=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 181 (71.09% from 255 or 30.47% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAFB5 is #11504A. Grayscale: #C2C2C2. Windows color (decimal): -1134667 or 11907054. OLE color: 11907054.

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

Color convert

RGB238175181-
CMYK00.260.240.07
HSL354.29º64.95%80.98%-
HSV(B)354.29º26.47%93.33%-
XYZ58.9352.1750.68-
YUV194.52120.37159.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.07%
GREEN value IS 175 (68.75% from 255) = 29.46%
BLUE value IS 181 (71.09% from 255) = 30.47%
R=40.07%
G=29.46%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817518100.260.240.07354.2964.9580.98
HexEEAFB501A1871624151
Octal356257265032307542101121
Binary1110111010101111101101010110101100011110110001010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFB5; }

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

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

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

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

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

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

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

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