#EBBFC3

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

Shades of Azalea #EBBFC3

Tints of Azalea #EBBFC3

Color information

#EBBFC3 (or 0xEBBFC3) is unknown color: approx Azalea. HEX triplet: EB, BF and C3. RGB value is (235,191,195). Sum of RGB (Red+Green+Blue) = 235+191+195=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 195 (76.56% from 255 or 31.40% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFC3 is #14403C. Grayscale: #CCCCCC. Windows color (decimal): -1327165 or 12828651. OLE color: 12828651.

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

Color convert

RGB235191195-
CMYK00.190.170.08
HSL354.55º52.38%83.53%-
HSV(B)354.55º18.72%92.16%-
XYZ62.7458.8659.68-
YUV204.61122.58149.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.84%
GREEN value IS 191 (75% from 255) = 30.76%
BLUE value IS 195 (76.56% from 255) = 31.40%
R=37.84%
G=30.76%
B=31.40%

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
Decimal23519119500.190.170.08354.5552.3883.53
HexEBBFC30131181633454
Octal353277303023211054364124
Binary1110101110111111110000110100111000110001011000111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFC3; }

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

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

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

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

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

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

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

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