#EABCBD

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

Shades of Azalea #EABCBD

Tints of Azalea #EABCBD

Color information

#EABCBD (or 0xEABCBD) is unknown color: approx Azalea. HEX triplet: EA, BC and BD. RGB value is (234,188,189). Sum of RGB (Red+Green+Blue) = 234+188+189=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCBD is #154342. Grayscale: #C9C9C9. Windows color (decimal): -1393475 or 12434666. OLE color: 12434666.

HSL color Cylindrical-coordinate representation of color #EABCBD: hue angle of 358.7º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABCBD is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB234188189-
CMYK00.200.190.08
HSL358.7º52.27%82.75%-
HSV(B)358.7º19.66%91.76%-
XYZ61.157.1355.95-
YUV201.87120.74150.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 188 (73.83% from 255) = 30.77%
BLUE value IS 189 (74.22% from 255) = 30.93%
R=38.30%
G=30.77%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418818900.200.190.08358.752.2782.75
HexEABCBD0141381673453
Octal352274275024231054764123
Binary1110101010111100101111010101001001110001011001111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCBD; }

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

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

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

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

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

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

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

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