#EEBFC0

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

Shades of Azalea #EEBFC0

Tints of Azalea #EEBFC0

Color information

#EEBFC0 (or 0xEEBFC0) is unknown color: approx Azalea. HEX triplet: EE, BF and C0. RGB value is (238,191,192). Sum of RGB (Red+Green+Blue) = 238+191+192=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 192 (75.39% from 255 or 30.92% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFC0 is #11403F. Grayscale: #CDCDCD. Windows color (decimal): -1130560 or 12632046. OLE color: 12632046.

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

Color convert

RGB238191192-
CMYK00.200.190.07
HSL358.72º58.02%84.12%-
HSV(B)358.72º19.75%93.33%-
XYZ63.4159.2457.96-
YUV205.17120.57151.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.33%
GREEN value IS 191 (75% from 255) = 30.76%
BLUE value IS 192 (75.39% from 255) = 30.92%
R=38.33%
G=30.76%
B=30.92%

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
Decimal23819119200.200.190.07358.7258.0284.12
HexEEBFC00141371673a54
Octal35627730002423754772124
Binary111011101011111111000000010100100111111011001111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBFC0; }

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

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

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

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

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

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

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

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