#EABABD

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

Shades of Blossom #EABABD

Tints of Blossom #EABABD

Color information

#EABABD (or 0xEABABD) is unknown color: approx Blossom. HEX triplet: EA, BA and BD. RGB value is (234,186,189). Sum of RGB (Red+Green+Blue) = 234+186+189=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EABABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABABD is #154542. Grayscale: #C8C8C8. Windows color (decimal): -1393987 or 12434154. OLE color: 12434154.

HSL color Cylindrical-coordinate representation of color #EABABD: hue angle of 356.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABABD is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB234186189-
CMYK00.210.190.08
HSL356.25º53.33%82.35%-
HSV(B)356.25º20.51%91.76%-
XYZ60.6856.2855.81-
YUV200.69121.4151.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.42%
GREEN value IS 186 (73.05% from 255) = 30.54%
BLUE value IS 189 (74.22% from 255) = 31.03%
R=38.42%
G=30.54%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418618900.210.190.08356.2553.3382.35
HexEABABD0151381643552
Octal352272275025231054465122
Binary1110101010111010101111010101011001110001011001001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABABD; }

 p { color: rgb(234,186,189); }

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

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

 a { background-color: rgb(234,186,189); }

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

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

 span { border-color: rgb(234,186,189); }

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