#EEAFB1

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

Shades of Blossom #EEAFB1

Tints of Blossom #EEAFB1

Color information

#EEAFB1 (or 0xEEAFB1) is unknown color: approx Blossom. HEX triplet: EE, AF and B1. RGB value is (238,175,177). Sum of RGB (Red+Green+Blue) = 238+175+177=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 177 (69.53% from 255 or 30% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAFB1 is #11504E. Grayscale: #C2C2C2. Windows color (decimal): -1134671 or 11644910. OLE color: 11644910.

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

Color convert

RGB238175177-
CMYK00.260.260.07
HSL358.1º64.95%80.98%-
HSV(B)358.1º26.47%93.33%-
XYZ58.5352.0148.55-
YUV194.06118.37159.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.34%
GREEN value IS 175 (68.75% from 255) = 29.66%
BLUE value IS 177 (69.53% from 255) = 30%
R=40.34%
G=29.66%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817517700.260.260.07358.164.9580.98
HexEEAFB101A1A71664151
Octal356257261032327546101121
Binary1110111010101111101100010110101101011110110011010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFB1; }

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

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

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

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

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

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

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

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