#EBABB8

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

Shades of Blossom #EBABB8

Tints of Blossom #EBABB8

Color information

#EBABB8 (or 0xEBABB8) is unknown color: approx Blossom. HEX triplet: EB, AB and B8. RGB value is (235,171,184). Sum of RGB (Red+Green+Blue) = 235+171+184=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 184 (72.27% from 255 or 31.19% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABB8 is #145447. Grayscale: #BFBFBF. Windows color (decimal): -1332296 or 12102635. OLE color: 12102635.

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

Color convert

RGB235171184-
CMYK00.270.220.08
HSL347.81º61.54%79.61%-
HSV(B)347.81º27.23%92.16%-
XYZ57.4850.2552.02-
YUV191.62123.7158.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.83%
GREEN value IS 171 (67.19% from 255) = 28.98%
BLUE value IS 184 (72.27% from 255) = 31.19%
R=39.83%
G=28.98%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517118400.270.220.08347.8161.5479.61
HexEBABB801B16815c3e50
Octal353253270033261053476120
Binary1110101110101011101110000110111011010001010111001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABB8; }

 p { color: rgb(235,171,184); }

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

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

 a { background-color: rgb(235,171,184); }

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

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

 span { border-color: rgb(235,171,184); }

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