#EBAFB5

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

Shades of Blossom #EBAFB5

Tints of Blossom #EBAFB5

Color information

#EBAFB5 (or 0xEBAFB5) is unknown color: approx Blossom. HEX triplet: EB, AF and B5. RGB value is (235,175,181). Sum of RGB (Red+Green+Blue) = 235+175+181=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 181 (71.09% from 255 or 30.63% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFB5 is #14504A. Grayscale: #C1C1C1. Windows color (decimal): -1331275 or 11907051. OLE color: 11907051.

HSL color Cylindrical-coordinate representation of color #EBAFB5: hue angle of 354º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAFB5 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB235175181-
CMYK00.260.230.08
HSL354º60%80.39%-
HSV(B)354º25.53%92.16%-
XYZ57.9351.6650.63-
YUV193.62120.88157.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 181 (71.09% from 255) = 30.63%
R=39.76%
G=29.61%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517518100.260.230.083546080.39
HexEBAFB501A1781623c50
Octal353257265032271054274120
Binary1110101110101111101101010110101011110001011000101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFB5; }

 p { color: rgb(235,175,181); }

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

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

 a { background-color: rgb(235,175,181); }

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

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

 span { border-color: rgb(235,175,181); }

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