#EBAEB8

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

Shades of Blossom #EBAEB8

Tints of Blossom #EBAEB8

Color information

#EBAEB8 (or 0xEBAEB8) is unknown color: approx Blossom. HEX triplet: EB, AE and B8. RGB value is (235,174,184). Sum of RGB (Red+Green+Blue) = 235+174+184=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 184 (72.27% from 255 or 31.03% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEB8 is #145147. Grayscale: #C1C1C1. Windows color (decimal): -1331528 or 12103403. OLE color: 12103403.

HSL color Cylindrical-coordinate representation of color #EBAEB8: hue angle of 350.16º 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 #EBAEB8 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB235174184-
CMYK00.260.220.08
HSL350.16º60.4%80.2%-
HSV(B)350.16º25.96%92.16%-
XYZ58.0551.3952.21-
YUV193.38122.71157.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.63%
GREEN value IS 174 (68.36% from 255) = 29.34%
BLUE value IS 184 (72.27% from 255) = 31.03%
R=39.63%
G=29.34%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517418400.260.220.08350.1660.480.2
HexEBAEB801A16815e3c50
Octal353256270032261053674120
Binary1110101110101110101110000110101011010001010111101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEB8; }

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

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

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

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

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

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

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

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