#EBADB1

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

Shades of Blossom #EBADB1

Tints of Blossom #EBADB1

Color information

#EBADB1 (or 0xEBADB1) is unknown color: approx Blossom. HEX triplet: EB, AD and B1. RGB value is (235,173,177). Sum of RGB (Red+Green+Blue) = 235+173+177=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 177 (69.53% from 255 or 30.26% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBADB1 is #14524E. Grayscale: #C0C0C0. Windows color (decimal): -1331791 or 11644395. OLE color: 11644395.

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

Color convert

RGB235173177-
CMYK00.260.250.08
HSL356.13º60.78%80%-
HSV(B)356.13º26.38%92.16%-
XYZ57.1450.7248.37-
YUV191.99119.54158.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 173 (67.97% from 255) = 29.57%
BLUE value IS 177 (69.53% from 255) = 30.26%
R=40.17%
G=29.57%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517317700.260.250.08356.1360.7880
HexEBADB101A1981643d50
Octal353255261032311054475120
Binary1110101110101101101100010110101100110001011001001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADB1; }

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

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

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

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

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

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

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

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