#EDAEB9

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

Shades of Blossom #EDAEB9

Tints of Blossom #EDAEB9

Color information

#EDAEB9 (or 0xEDAEB9) is unknown color: approx Blossom. HEX triplet: ED, AE and B9. RGB value is (237,174,185). Sum of RGB (Red+Green+Blue) = 237+174+185=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEB9 is #125146. Grayscale: #C2C2C2. Windows color (decimal): -1200455 or 12168941. OLE color: 12168941.

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

Color convert

RGB237174185-
CMYK00.270.220.07
HSL349.52º63.64%80.59%-
HSV(B)349.52º26.58%92.94%-
XYZ58.8251.7852.79-
YUV194.09122.87158.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.77%
GREEN value IS 174 (68.36% from 255) = 29.19%
BLUE value IS 185 (72.66% from 255) = 31.04%
R=39.77%
G=29.19%
B=31.04%

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
Decimal23717418500.270.220.07349.5263.6480.59
HexEDAEB901B16715e4051
Octal355256271033267536100121
Binary1110110110101110101110010110111011011110101111010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEB9; }

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

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

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

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

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

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

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

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