#EEBEC3

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

Shades of Azalea #EEBEC3

Tints of Azalea #EEBEC3

Color information

#EEBEC3 (or 0xEEBEC3) is unknown color: approx Azalea. HEX triplet: EE, BE and C3. RGB value is (238,190,195). Sum of RGB (Red+Green+Blue) = 238+190+195=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 195 (76.56% from 255 or 31.30% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBEC3 is #11413C. Grayscale: #CCCCCC. Windows color (decimal): -1130813 or 12828398. OLE color: 12828398.

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

Color convert

RGB238190195-
CMYK00.200.180.07
HSL353.75º58.54%83.92%-
HSV(B)353.75º20.17%93.33%-
XYZ63.5258.9459.66-
YUV204.92122.4151.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.20%
GREEN value IS 190 (74.61% from 255) = 30.50%
BLUE value IS 195 (76.56% from 255) = 31.30%
R=38.20%
G=30.50%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819019500.200.180.07353.7558.5483.92
HexEEBEC30141271623b54
Octal35627630302422754273124
Binary111011101011111011000011010100100101111011000101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBEC3; }

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

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

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

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

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

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

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

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