#EDACB4

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

Shades of Blossom #EDACB4

Tints of Blossom #EDACB4

Color information

#EDACB4 (or 0xEDACB4) is unknown color: approx Blossom. HEX triplet: ED, AC and B4. RGB value is (237,172,180). Sum of RGB (Red+Green+Blue) = 237+172+180=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 180 (70.70% from 255 or 30.56% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACB4 is #12534B. Grayscale: #C0C0C0. Windows color (decimal): -1200972 or 11840749. OLE color: 11840749.

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

Color convert

RGB237172180-
CMYK00.270.240.07
HSL352.62º64.36%80.2%-
HSV(B)352.62º27.43%92.94%-
XYZ57.9250.849.93-
YUV192.35121.03159.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 180 (70.70% from 255) = 30.56%
R=40.24%
G=29.20%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717218000.270.240.07352.6264.3680.2
HexEDACB401B1871614050
Octal355254264033307541100120
Binary1110110110101100101101000110111100011110110000110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACB4; }

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

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

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

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

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

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

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

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