#EBC3C7

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

Shades of Azalea #EBC3C7

Tints of Azalea #EBC3C7

Color information

#EBC3C7 (or 0xEBC3C7) is unknown color: approx Azalea. HEX triplet: EB, C3 and C7. RGB value is (235,195,199). Sum of RGB (Red+Green+Blue) = 235+195+199=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 195 (76.56% from 255 or 31.00% from 629); Blue value is 199 (78.12% from 255 or 31.64% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3C7 is #143C38. Grayscale: #CFCFCF. Windows color (decimal): -1326137 or 13091819. OLE color: 13091819.

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

Color convert

RGB235195199-
CMYK00.170.150.08
HSL354º50%84.31%-
HSV(B)354º17.02%92.16%-
XYZ64.0860.8262.39-
YUV207.42123.25147.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.36%
GREEN value IS 195 (76.56% from 255) = 31.00%
BLUE value IS 199 (78.12% from 255) = 31.64%
R=37.36%
G=31.00%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519519900.170.150.083545084.31
HexEBC3C7011F81623254
Octal353303307021171054262124
Binary111010111100001111000111010001111110001011000101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3C7; }

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

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

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

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

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

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

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

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