#EEBCC1

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

Shades of Azalea #EEBCC1

Tints of Azalea #EEBCC1

Color information

#EEBCC1 (or 0xEEBCC1) is unknown color: approx Azalea. HEX triplet: EE, BC and C1. RGB value is (238,188,193). Sum of RGB (Red+Green+Blue) = 238+188+193=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCC1 is #11433E. Grayscale: #CBCBCB. Windows color (decimal): -1131327 or 12696814. OLE color: 12696814.

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

Color convert

RGB238188193-
CMYK00.210.190.07
HSL354º59.52%83.53%-
HSV(B)354º21.01%93.33%-
XYZ62.8757.9958.33-
YUV203.52122.06152.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.45%
GREEN value IS 188 (73.83% from 255) = 30.37%
BLUE value IS 193 (75.78% from 255) = 31.18%
R=38.45%
G=30.37%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818819300.210.190.0735459.5283.53
HexEEBCC10151371623c54
Octal35627430102523754274124
Binary111011101011110011000001010101100111111011000101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCC1; }

 p { color: rgb(238,188,193); }

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

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

 a { background-color: rgb(238,188,193); }

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

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

 span { border-color: rgb(238,188,193); }

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