#EBADB6

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

Shades of Blossom #EBADB6

Tints of Blossom #EBADB6

Color information

#EBADB6 (or 0xEBADB6) is unknown color: approx Blossom. HEX triplet: EB, AD and B6. RGB value is (235,173,182). Sum of RGB (Red+Green+Blue) = 235+173+182=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADB6 is #145249. Grayscale: #C0C0C0. Windows color (decimal): -1331786 or 11972075. OLE color: 11972075.

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

Color convert

RGB235173182-
CMYK00.260.230.08
HSL351.29º60.78%80%-
HSV(B)351.29º26.38%92.16%-
XYZ57.6550.9351.05-
YUV192.56122.04158.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.83%
GREEN value IS 173 (67.97% from 255) = 29.32%
BLUE value IS 182 (71.48% from 255) = 30.85%
R=39.83%
G=29.32%
B=30.85%

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
Decimal23517318200.260.230.08351.2960.7880
HexEBADB601A17815f3d50
Octal353255266032271053775120
Binary1110101110101101101101100110101011110001010111111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADB6; }

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

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

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

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

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

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

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

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