#EDAAB8

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

Shades of Blossom #EDAAB8

Tints of Blossom #EDAAB8

Color information

#EDAAB8 (or 0xEDAAB8) is unknown color: approx Blossom. HEX triplet: ED, AA and B8. RGB value is (237,170,184). Sum of RGB (Red+Green+Blue) = 237+170+184=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 184 (72.27% from 255 or 31.13% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAAB8 is #125547. Grayscale: #BFBFBF. Windows color (decimal): -1201480 or 12102381. OLE color: 12102381.

HSL color Cylindrical-coordinate representation of color #EDAAB8: hue angle of 347.46º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDAAB8 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB237170184-
CMYK00.280.220.07
HSL347.46º65.05%79.8%-
HSV(B)347.46º28.27%92.94%-
XYZ57.9550.2151.99-
YUV191.63123.7160.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 170 (66.80% from 255) = 28.76%
BLUE value IS 184 (72.27% from 255) = 31.13%
R=40.10%
G=28.76%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717018400.280.220.07347.4665.0579.8
HexEDAAB801C16715b4150
Octal355252270034267533101120
Binary1110110110101010101110000111001011011110101101110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAAB8; }

 p { color: rgb(237,170,184); }

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

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

 a { background-color: rgb(237,170,184); }

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

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

 span { border-color: rgb(237,170,184); }

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