#EBADB8

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

Shades of Blossom #EBADB8

Tints of Blossom #EBADB8

Color information

#EBADB8 (or 0xEBADB8) is unknown color: approx Blossom. HEX triplet: EB, AD and B8. RGB value is (235,173,184). Sum of RGB (Red+Green+Blue) = 235+173+184=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 184 (72.27% from 255 or 31.08% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADB8 is #145247. Grayscale: #C0C0C0. Windows color (decimal): -1331784 or 12103147. OLE color: 12103147.

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

Color convert

RGB235173184-
CMYK00.260.220.08
HSL349.35º60.78%80%-
HSV(B)349.35º26.38%92.16%-
XYZ57.8651.0152.14-
YUV192.79123.04158.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.70%
GREEN value IS 173 (67.97% from 255) = 29.22%
BLUE value IS 184 (72.27% from 255) = 31.08%
R=39.70%
G=29.22%
B=31.08%

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
Decimal23517318400.260.220.08349.3560.7880
HexEBADB801A16815d3d50
Octal353255270032261053575120
Binary1110101110101101101110000110101011010001010111011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADB8; }

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

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

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

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

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

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

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

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