#EAADB5

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

Shades of Blossom #EAADB5

Tints of Blossom #EAADB5

Color information

#EAADB5 (or 0xEAADB5) is unknown color: approx Blossom. HEX triplet: EA, AD and B5. RGB value is (234,173,181). Sum of RGB (Red+Green+Blue) = 234+173+181=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 181 (71.09% from 255 or 30.78% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADB5 is #15524A. Grayscale: #C0C0C0. Windows color (decimal): -1397323 or 11906538. OLE color: 11906538.

HSL color Cylindrical-coordinate representation of color #EAADB5: hue angle of 352.13º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAADB5 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB234173181-
CMYK00.260.230.08
HSL352.13º59.22%79.8%-
HSV(B)352.13º26.07%91.76%-
XYZ57.2250.7250.49-
YUV192.15121.71157.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.80%
GREEN value IS 173 (67.97% from 255) = 29.42%
BLUE value IS 181 (71.09% from 255) = 30.78%
R=39.80%
G=29.42%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417318100.260.230.08352.1359.2279.8
HexEAADB501A1781603b50
Octal352255265032271054073120
Binary1110101010101101101101010110101011110001011000001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADB5; }

 p { color: rgb(234,173,181); }

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

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

 a { background-color: rgb(234,173,181); }

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

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

 span { border-color: rgb(234,173,181); }

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