#EEAFB9

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

Shades of Blossom #EEAFB9

Tints of Blossom #EEAFB9

Color information

#EEAFB9 (or 0xEEAFB9) is unknown color: approx Blossom. HEX triplet: EE, AF and B9. RGB value is (238,175,185). Sum of RGB (Red+Green+Blue) = 238+175+185=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 185 (72.66% from 255 or 30.94% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAFB9 is #115046. Grayscale: #C2C2C2. Windows color (decimal): -1134663 or 12169198. OLE color: 12169198.

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

Color convert

RGB238175185-
CMYK00.260.220.07
HSL350.48º64.95%80.98%-
HSV(B)350.48º26.47%93.33%-
XYZ59.3552.3452.87-
YUV194.98122.37158.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.80%
GREEN value IS 175 (68.75% from 255) = 29.26%
BLUE value IS 185 (72.66% from 255) = 30.94%
R=39.80%
G=29.26%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817518500.260.220.07350.4864.9580.98
HexEEAFB901A16715e4151
Octal356257271032267536101121
Binary1110111010101111101110010110101011011110101111010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFB9; }

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

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

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

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

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

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

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

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