#EDB1BB

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

Shades of Blossom #EDB1BB

Tints of Blossom #EDB1BB

Color information

#EDB1BB (or 0xEDB1BB) is unknown color: approx Blossom. HEX triplet: ED, B1 and BB. RGB value is (237,177,187). Sum of RGB (Red+Green+Blue) = 237+177+187=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 177 (69.53% from 255 or 29.45% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB1BB is #124E44. Grayscale: #C4C4C4. Windows color (decimal): -1199685 or 12300781. OLE color: 12300781.

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

Color convert

RGB237177187-
CMYK00.250.210.07
HSL350º62.5%81.18%-
HSV(B)350º25.32%92.94%-
XYZ59.6253.0454.11-
YUV196.08122.88157.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.43%
GREEN value IS 177 (69.53% from 255) = 29.45%
BLUE value IS 187 (73.44% from 255) = 31.11%
R=39.43%
G=29.45%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717718700.250.210.0735062.581.18
HexEDB1BB01915715e3e51
Octal35526127303125753676121
Binary111011011011000110111011011001101011111010111101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB1BB; }

 p { color: rgb(237,177,187); }

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

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

 a { background-color: rgb(237,177,187); }

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

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

 span { border-color: rgb(237,177,187); }

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