#EBADBA

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

Shades of Blossom #EBADBA

Tints of Blossom #EBADBA

Color information

#EBADBA (or 0xEBADBA) is unknown color: approx Blossom. HEX triplet: EB, AD and BA. RGB value is (235,173,186). Sum of RGB (Red+Green+Blue) = 235+173+186=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADBA is #145245. Grayscale: #C1C1C1. Windows color (decimal): -1331782 or 12234219. OLE color: 12234219.

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

Color convert

RGB235173186-
CMYK00.260.210.08
HSL347.42º60.78%80%-
HSV(B)347.42º26.38%92.16%-
XYZ58.0751.0953.26-
YUV193.02124.04157.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.56%
GREEN value IS 173 (67.97% from 255) = 29.12%
BLUE value IS 186 (73.05% from 255) = 31.31%
R=39.56%
G=29.12%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517318600.260.210.08347.4260.7880
HexEBADBA01A15815b3d50
Octal353255272032251053375120
Binary1110101110101101101110100110101010110001010110111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADBA; }

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

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

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

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

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

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

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

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