#EBBFC4

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

Shades of Azalea #EBBFC4

Tints of Azalea #EBBFC4

Color information

#EBBFC4 (or 0xEBBFC4) is unknown color: approx Azalea. HEX triplet: EB, BF and C4. RGB value is (235,191,196). Sum of RGB (Red+Green+Blue) = 235+191+196=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 196 (76.95% from 255 or 31.51% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFC4 is #14403B. Grayscale: #CCCCCC. Windows color (decimal): -1327164 or 12894187. OLE color: 12894187.

HSL color Cylindrical-coordinate representation of color #EBBFC4: hue angle of 353.18º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBFC4 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB235191196-
CMYK00.190.170.08
HSL353.18º52.38%83.53%-
HSV(B)353.18º18.72%92.16%-
XYZ62.8658.9160.28-
YUV204.73123.08149.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 191 (75% from 255) = 30.71%
BLUE value IS 196 (76.95% from 255) = 31.51%
R=37.78%
G=30.71%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519119600.190.170.08353.1852.3883.53
HexEBBFC40131181613454
Octal353277304023211054164124
Binary1110101110111111110001000100111000110001011000011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFC4; }

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

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

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

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

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

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

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

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