#EDAEB2

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

Shades of Blossom #EDAEB2

Tints of Blossom #EDAEB2

Color information

#EDAEB2 (or 0xEDAEB2) is unknown color: approx Blossom. HEX triplet: ED, AE and B2. RGB value is (237,174,178). Sum of RGB (Red+Green+Blue) = 237+174+178=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAEB2 is #12514D. Grayscale: #C1C1C1. Windows color (decimal): -1200462 or 11710189. OLE color: 11710189.

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

Color convert

RGB237174178-
CMYK00.270.250.07
HSL356.19º63.64%80.59%-
HSV(B)356.19º26.58%92.94%-
XYZ58.151.4949-
YUV193.29119.37159.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 178 (69.92% from 255) = 30.22%
R=40.24%
G=29.54%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717417800.270.250.07356.1963.6480.59
HexEDAEB201B1971644051
Octal355256262033317544100121
Binary1110110110101110101100100110111100111110110010010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEB2; }

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

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

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

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

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

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

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

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