#EEBEC5

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

Shades of Azalea #EEBEC5

Tints of Azalea #EEBEC5

Color information

#EEBEC5 (or 0xEEBEC5) is unknown color: approx Azalea. HEX triplet: EE, BE and C5. RGB value is (238,190,197). Sum of RGB (Red+Green+Blue) = 238+190+197=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBEC5 is #11413A. Grayscale: #CDCDCD. Windows color (decimal): -1130811 or 12959470. OLE color: 12959470.

HSL color Cylindrical-coordinate representation of color #EEBEC5: hue angle of 351.25º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEBEC5 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB238190197-
CMYK00.200.170.07
HSL351.25º58.54%83.92%-
HSV(B)351.25º20.17%93.33%-
XYZ63.7559.0460.86-
YUV205.15123.4151.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.08%
GREEN value IS 190 (74.61% from 255) = 30.4%
BLUE value IS 197 (77.34% from 255) = 31.52%
R=38.08%
G=30.4%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819019700.200.170.07351.2558.5483.92
HexEEBEC501411715f3b54
Octal35627630502421753773124
Binary111011101011111011000101010100100011111010111111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBEC5; }

 p { color: rgb(238,190,197); }

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

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

 a { background-color: rgb(238,190,197); }

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

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

 span { border-color: rgb(238,190,197); }

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