#EEADB3

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

Shades of Blossom #EEADB3

Tints of Blossom #EEADB3

Color information

#EEADB3 (or 0xEEADB3) is unknown color: approx Blossom. HEX triplet: EE, AD and B3. RGB value is (238,173,179). Sum of RGB (Red+Green+Blue) = 238+173+179=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADB3 is #11524C. Grayscale: #C1C1C1. Windows color (decimal): -1135181 or 11775470. OLE color: 11775470.

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

Color convert

RGB238173179-
CMYK00.270.250.07
HSL354.46º65.66%80.59%-
HSV(B)354.46º27.31%93.33%-
XYZ58.3451.3249.48-
YUV193.12120.03160.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.34%
GREEN value IS 173 (67.97% from 255) = 29.32%
BLUE value IS 179 (70.31% from 255) = 30.34%
R=40.34%
G=29.32%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817317900.270.250.07354.4665.6680.59
HexEEADB301B1971624251
Octal356255263033317542102121
Binary1110111010101101101100110110111100111110110001010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEADB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEADB3; }

 p { color: rgb(238,173,179); }

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

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

 a { background-color: rgb(238,173,179); }

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

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

 span { border-color: rgb(238,173,179); }

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