#EEBABD

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

Shades of Azalea #EEBABD

Tints of Azalea #EEBABD

Color information

#EEBABD (or 0xEEBABD) is unknown color: approx Azalea. HEX triplet: EE, BA and BD. RGB value is (238,186,189). Sum of RGB (Red+Green+Blue) = 238+186+189=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBABD is #114542. Grayscale: #C9C9C9. Windows color (decimal): -1131843 or 12434158. OLE color: 12434158.

HSL color Cylindrical-coordinate representation of color #EEBABD: hue angle of 356.54º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEBABD is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB238186189-
CMYK00.220.210.07
HSL356.54º60.47%83.14%-
HSV(B)356.54º21.85%93.33%-
XYZ6256.9755.87-
YUV201.89120.73153.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.83%
GREEN value IS 186 (73.05% from 255) = 30.34%
BLUE value IS 189 (74.22% from 255) = 30.83%
R=38.83%
G=30.34%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818618900.220.210.07356.5460.4783.14
HexEEBABD0161571653c53
Octal35627227502625754574123
Binary111011101011101010111101010110101011111011001011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBABD; }

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

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

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

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

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

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

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

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