#EDACB9

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

Shades of Blossom #EDACB9

Tints of Blossom #EDACB9

Color information

#EDACB9 (or 0xEDACB9) is unknown color: approx Blossom. HEX triplet: ED, AC and B9. RGB value is (237,172,185). Sum of RGB (Red+Green+Blue) = 237+172+185=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACB9 is #125346. Grayscale: #C0C0C0. Windows color (decimal): -1200967 or 12168429. OLE color: 12168429.

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

Color convert

RGB237172185-
CMYK00.270.220.07
HSL348º64.36%80.2%-
HSV(B)348º27.43%92.94%-
XYZ58.4351.0152.67-
YUV192.92123.53159.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.90%
GREEN value IS 172 (67.58% from 255) = 28.96%
BLUE value IS 185 (72.66% from 255) = 31.14%
R=39.90%
G=28.96%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717218500.270.220.0734864.3680.2
HexEDACB901B16715c4050
Octal355254271033267534100120
Binary1110110110101100101110010110111011011110101110010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACB9; }

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

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

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

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

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

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

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

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