#EBADB7

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

Shades of Blossom #EBADB7

Tints of Blossom #EBADB7

Color information

#EBADB7 (or 0xEBADB7) is unknown color: approx Blossom. HEX triplet: EB, AD and B7. RGB value is (235,173,183). Sum of RGB (Red+Green+Blue) = 235+173+183=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 183 (71.88% from 255 or 30.96% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADB7 is #145248. Grayscale: #C0C0C0. Windows color (decimal): -1331785 or 12037611. OLE color: 12037611.

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

Color convert

RGB235173183-
CMYK00.260.220.08
HSL350.32º60.78%80%-
HSV(B)350.32º26.38%92.16%-
XYZ57.7550.9751.59-
YUV192.68122.54158.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 173 (67.97% from 255) = 29.27%
BLUE value IS 183 (71.88% from 255) = 30.96%
R=39.76%
G=29.27%
B=30.96%

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
Decimal23517318300.260.220.08350.3260.7880
HexEBADB701A16815e3d50
Octal353255267032261053675120
Binary1110101110101101101101110110101011010001010111101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADB7; }

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

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

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

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

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

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

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

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