#EDB7BA

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

Shades of Blossom #EDB7BA

Tints of Blossom #EDB7BA

Color information

#EDB7BA (or 0xEDB7BA) is unknown color: approx Blossom. HEX triplet: ED, B7 and BA. RGB value is (237,183,186). Sum of RGB (Red+Green+Blue) = 237+183+186=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB7BA is #124845. Grayscale: #C7C7C7. Windows color (decimal): -1198150 or 12236781. OLE color: 12236781.

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

Color convert

RGB237183186-
CMYK00.230.220.07
HSL356.67º60%82.35%-
HSV(B)356.67º22.78%92.94%-
XYZ60.7255.4253.95-
YUV199.49120.39154.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.11%
GREEN value IS 183 (71.88% from 255) = 30.20%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=39.11%
G=30.20%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718318600.230.220.07356.676082.35
HexEDB7BA0171671653c52
Octal35526727202726754574122
Binary111011011011011110111010010111101101111011001011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB7BA; }

 p { color: rgb(237,183,186); }

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

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

 a { background-color: rgb(237,183,186); }

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

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

 span { border-color: rgb(237,183,186); }

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