#EBAEB6

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

Shades of Blossom #EBAEB6

Tints of Blossom #EBAEB6

Color information

#EBAEB6 (or 0xEBAEB6) is unknown color: approx Blossom. HEX triplet: EB, AE and B6. RGB value is (235,174,182). Sum of RGB (Red+Green+Blue) = 235+174+182=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 182 (71.48% from 255 or 30.80% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEB6 is #145149. Grayscale: #C1C1C1. Windows color (decimal): -1331530 or 11972331. OLE color: 11972331.

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

Color convert

RGB235174182-
CMYK00.260.230.08
HSL352.13º60.4%80.2%-
HSV(B)352.13º25.96%92.16%-
XYZ57.8451.3151.11-
YUV193.15121.71157.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 174 (68.36% from 255) = 29.44%
BLUE value IS 182 (71.48% from 255) = 30.80%
R=39.76%
G=29.44%
B=30.80%

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
Decimal23517418200.260.230.08352.1360.480.2
HexEBAEB601A1781603c50
Octal353256266032271054074120
Binary1110101110101110101101100110101011110001011000001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEB6; }

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

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

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

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

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

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

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

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