#EDAAB4

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

Shades of Blossom #EDAAB4

Tints of Blossom #EDAAB4

Color information

#EDAAB4 (or 0xEDAAB4) is unknown color: approx Blossom. HEX triplet: ED, AA and B4. RGB value is (237,170,180). Sum of RGB (Red+Green+Blue) = 237+170+180=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 180 (70.70% from 255 or 30.66% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAAB4 is #12554B. Grayscale: #BFBFBF. Windows color (decimal): -1201484 or 11840237. OLE color: 11840237.

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

Color convert

RGB237170180-
CMYK00.280.240.07
HSL351.04º65.05%79.8%-
HSV(B)351.04º28.27%92.94%-
XYZ57.5450.0549.81-
YUV191.17121.7160.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.37%
GREEN value IS 170 (66.80% from 255) = 28.96%
BLUE value IS 180 (70.70% from 255) = 30.66%
R=40.37%
G=28.96%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717018000.280.240.07351.0465.0579.8
HexEDAAB401C18715f4150
Octal355252264034307537101120
Binary1110110110101010101101000111001100011110101111110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAAB4; }

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

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

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

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

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

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

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

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