#EEAFB4

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

Shades of Blossom #EEAFB4

Tints of Blossom #EEAFB4

Color information

#EEAFB4 (or 0xEEAFB4) is unknown color: approx Blossom. HEX triplet: EE, AF and B4. RGB value is (238,175,180). Sum of RGB (Red+Green+Blue) = 238+175+180=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 180 (70.70% from 255 or 30.35% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAFB4 is #11504B. Grayscale: #C2C2C2. Windows color (decimal): -1134668 or 11841518. OLE color: 11841518.

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

Color convert

RGB238175180-
CMYK00.260.240.07
HSL355.24º64.95%80.98%-
HSV(B)355.24º26.47%93.33%-
XYZ58.8352.1350.14-
YUV194.41119.87159.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.13%
GREEN value IS 175 (68.75% from 255) = 29.51%
BLUE value IS 180 (70.70% from 255) = 30.35%
R=40.13%
G=29.51%
B=30.35%

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
Decimal23817518000.260.240.07355.2464.9580.98
HexEEAFB401A1871634151
Octal356257264032307543101121
Binary1110111010101111101101000110101100011110110001110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFB4; }

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

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

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

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

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

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

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

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