#EEBFC4

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

Shades of Azalea #EEBFC4

Tints of Azalea #EEBFC4

Color information

#EEBFC4 (or 0xEEBFC4) is unknown color: approx Azalea. HEX triplet: EE, BF and C4. RGB value is (238,191,196). Sum of RGB (Red+Green+Blue) = 238+191+196=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 196 (76.95% from 255 or 31.36% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFC4 is #11403B. Grayscale: #CDCDCD. Windows color (decimal): -1130556 or 12894190. OLE color: 12894190.

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

Color convert

RGB238191196-
CMYK00.200.180.07
HSL353.62º58.02%84.12%-
HSV(B)353.62º19.75%93.33%-
XYZ63.8559.4260.33-
YUV205.62122.57151.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.08%
GREEN value IS 191 (75% from 255) = 30.56%
BLUE value IS 196 (76.95% from 255) = 31.36%
R=38.08%
G=30.56%
B=31.36%

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
Decimal23819119600.200.180.07353.6258.0284.12
HexEEBFC40141271623a54
Octal35627730402422754272124
Binary111011101011111111000100010100100101111011000101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBFC4; }

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

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

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

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

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

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

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

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