#EBB7BA

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

Shades of Blossom #EBB7BA

Tints of Blossom #EBB7BA

Color information

#EBB7BA (or 0xEBB7BA) is unknown color: approx Blossom. HEX triplet: EB, B7 and BA. RGB value is (235,183,186). Sum of RGB (Red+Green+Blue) = 235+183+186=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB7BA is #144845. Grayscale: #C6C6C6. Windows color (decimal): -1329222 or 12236779. OLE color: 12236779.

HSL color Cylindrical-coordinate representation of color #EBB7BA: hue angle of 356.54º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBB7BA is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB235183186-
CMYK00.220.210.08
HSL356.54º56.52%81.96%-
HSV(B)356.54º22.13%92.16%-
XYZ60.0655.0753.92-
YUV198.89120.73153.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 183 (71.88% from 255) = 30.30%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=38.91%
G=30.30%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518318600.220.210.08356.5456.5281.96
HexEBB7BA0161581653952
Octal353267272026251054571122
Binary1110101110110111101110100101101010110001011001011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB7BA; }

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

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

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

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

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

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

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

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