#EEBCC0

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

Shades of Azalea #EEBCC0

Tints of Azalea #EEBCC0

Color information

#EEBCC0 (or 0xEEBCC0) is unknown color: approx Azalea. HEX triplet: EE, BC and C0. RGB value is (238,188,192). Sum of RGB (Red+Green+Blue) = 238+188+192=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCC0 is #11433F. Grayscale: #CBCBCB. Windows color (decimal): -1131328 or 12631278. OLE color: 12631278.

HSL color Cylindrical-coordinate representation of color #EEBCC0: hue angle of 355.2º 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 #EEBCC0 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB238188192-
CMYK00.210.190.07
HSL355.2º59.52%83.53%-
HSV(B)355.2º21.01%93.33%-
XYZ62.7657.9557.75-
YUV203.41121.56152.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.51%
GREEN value IS 188 (73.83% from 255) = 30.42%
BLUE value IS 192 (75.39% from 255) = 31.07%
R=38.51%
G=30.42%
B=31.07%

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
Decimal23818819200.210.190.07355.259.5283.53
HexEEBCC00151371633c54
Octal35627430002523754374124
Binary111011101011110011000000010101100111111011000111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCC0; }

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

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

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

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

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

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

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

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