#EEBFC1

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

Shades of Azalea #EEBFC1

Tints of Azalea #EEBFC1

Color information

#EEBFC1 (or 0xEEBFC1) is unknown color: approx Azalea. HEX triplet: EE, BF and C1. RGB value is (238,191,193). Sum of RGB (Red+Green+Blue) = 238+191+193=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFC1 is #11403E. Grayscale: #CDCDCD. Windows color (decimal): -1130559 or 12697582. OLE color: 12697582.

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

Color convert

RGB238191193-
CMYK00.200.190.07
HSL357.45º58.02%84.12%-
HSV(B)357.45º19.75%93.33%-
XYZ63.5259.2958.55-
YUV205.28121.07151.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.26%
GREEN value IS 191 (75% from 255) = 30.71%
BLUE value IS 193 (75.78% from 255) = 31.03%
R=38.26%
G=30.71%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819119300.200.190.07357.4558.0284.12
HexEEBFC10141371653a54
Octal35627730102423754572124
Binary111011101011111111000001010100100111111011001011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBFC1; }

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

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

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

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

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

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

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

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