#EEBFC2

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

Shades of Azalea #EEBFC2

Tints of Azalea #EEBFC2

Color information

#EEBFC2 (or 0xEEBFC2) is unknown color: approx Azalea. HEX triplet: EE, BF and C2. RGB value is (238,191,194). Sum of RGB (Red+Green+Blue) = 238+191+194=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 194 (76.17% from 255 or 31.14% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFC2 is #11403D. Grayscale: #CDCDCD. Windows color (decimal): -1130558 or 12763118. OLE color: 12763118.

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

Color convert

RGB238191194-
CMYK00.200.180.07
HSL356.17º58.02%84.12%-
HSV(B)356.17º19.75%93.33%-
XYZ63.6359.3359.14-
YUV205.4121.57151.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.20%
GREEN value IS 191 (75% from 255) = 30.66%
BLUE value IS 194 (76.17% from 255) = 31.14%
R=38.20%
G=30.66%
B=31.14%

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
Decimal23819119400.200.180.07356.1758.0284.12
HexEEBFC20141271643a54
Octal35627730202422754472124
Binary111011101011111111000010010100100101111011001001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBFC2; }

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

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

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

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

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

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

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

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