#EBABB6

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

Shades of Blossom #EBABB6

Tints of Blossom #EBABB6

Color information

#EBABB6 (or 0xEBABB6) is unknown color: approx Blossom. HEX triplet: EB, AB and B6. RGB value is (235,171,182). Sum of RGB (Red+Green+Blue) = 235+171+182=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 182 (71.48% from 255 or 30.95% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABB6 is #145449. Grayscale: #BFBFBF. Windows color (decimal): -1332298 or 11971563. OLE color: 11971563.

HSL color Cylindrical-coordinate representation of color #EBABB6: hue angle of 349.69º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBABB6 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB235171182-
CMYK00.270.230.08
HSL349.69º61.54%79.61%-
HSV(B)349.69º27.23%92.16%-
XYZ57.2750.1750.92-
YUV191.39122.7159.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.97%
GREEN value IS 171 (67.19% from 255) = 29.08%
BLUE value IS 182 (71.48% from 255) = 30.95%
R=39.97%
G=29.08%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517118200.270.230.08349.6961.5479.61
HexEBABB601B17815e3e50
Octal353253266033271053676120
Binary1110101110101011101101100110111011110001010111101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABB6; }

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

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

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

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

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

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

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

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