#EBADB4

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

Shades of Blossom #EBADB4

Tints of Blossom #EBADB4

Color information

#EBADB4 (or 0xEBADB4) is unknown color: approx Blossom. HEX triplet: EB, AD and B4. RGB value is (235,173,180). Sum of RGB (Red+Green+Blue) = 235+173+180=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADB4 is #14524B. Grayscale: #C0C0C0. Windows color (decimal): -1331788 or 11841003. OLE color: 11841003.

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

Color convert

RGB235173180-
CMYK00.260.230.08
HSL353.23º60.78%80%-
HSV(B)353.23º26.38%92.16%-
XYZ57.4450.8449.97-
YUV192.34121.04158.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.97%
GREEN value IS 173 (67.97% from 255) = 29.42%
BLUE value IS 180 (70.70% from 255) = 30.61%
R=39.97%
G=29.42%
B=30.61%

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
Decimal23517318000.260.230.08353.2360.7880
HexEBADB401A1781613d50
Octal353255264032271054175120
Binary1110101110101101101101000110101011110001011000011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADB4; }

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

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

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

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

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

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

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

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