#EEAFB8

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

Shades of Blossom #EEAFB8

Tints of Blossom #EEAFB8

Color information

#EEAFB8 (or 0xEEAFB8) is unknown color: approx Blossom. HEX triplet: EE, AF and B8. RGB value is (238,175,184). Sum of RGB (Red+Green+Blue) = 238+175+184=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 184 (72.27% from 255 or 30.82% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAFB8 is #115047. Grayscale: #C2C2C2. Windows color (decimal): -1134664 or 12103662. OLE color: 12103662.

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

Color convert

RGB238175184-
CMYK00.260.230.07
HSL351.43º64.95%80.98%-
HSV(B)351.43º26.47%93.33%-
XYZ59.2452.352.32-
YUV194.86121.87158.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.87%
GREEN value IS 175 (68.75% from 255) = 29.31%
BLUE value IS 184 (72.27% from 255) = 30.82%
R=39.87%
G=29.31%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817518400.260.230.07351.4364.9580.98
HexEEAFB801A17715f4151
Octal356257270032277537101121
Binary1110111010101111101110000110101011111110101111110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFB8; }

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

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

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

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

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

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

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

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