#EEADB1

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

Shades of Blossom #EEADB1

Tints of Blossom #EEADB1

Color information

#EEADB1 (or 0xEEADB1) is unknown color: approx Blossom. HEX triplet: EE, AD and B1. RGB value is (238,173,177). Sum of RGB (Red+Green+Blue) = 238+173+177=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEADB1 is #11524E. Grayscale: #C0C0C0. Windows color (decimal): -1135183 or 11644398. OLE color: 11644398.

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

Color convert

RGB238173177-
CMYK00.270.260.07
HSL356.31º65.66%80.59%-
HSV(B)356.31º27.31%93.33%-
XYZ58.1451.2448.42-
YUV192.89119.03160.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.48%
GREEN value IS 173 (67.97% from 255) = 29.42%
BLUE value IS 177 (69.53% from 255) = 30.10%
R=40.48%
G=29.42%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817317700.270.260.07356.3165.6680.59
HexEEADB101B1A71644251
Octal356255261033327544102121
Binary1110111010101101101100010110111101011110110010010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEADB1; }

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

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

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

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

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

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

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

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