#ebc3c4

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

Shades of Azalea #EBC3C4

Tints of Azalea #EBC3C4

Color information

#EBC3C4 (or 0xEBC3C4) is unknown color: approx Azalea. HEX triplet: EB, C3 and C4. RGB value is (235,195,196). Sum of RGB (Red+Green+Blue) = 235+195+196=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 195 (76.56% from 255 or 31.15% from 626); Blue value is 196 (76.95% from 255 or 31.31% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3C4 is #143C3B. Grayscale: #CFCFCF. Windows color (decimal): -1326140 or 12895211. OLE color: 12895211.

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

Color convert

RGB235195196-
CMYK00.170.170.08
HSL358.5º50%84.31%-
HSV(B)358.5º17.02%92.16%-
XYZ63.7460.6860.58-
YUV207.07121.75147.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.54%
GREEN value IS 195 (76.56% from 255) = 31.15%
BLUE value IS 196 (76.95% from 255) = 31.31%
R=37.54%
G=31.15%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519519600.170.170.08358.55084.31
HexEBC3C40111181663254
Octal353303304021211054662124
Binary1110101111000011110001000100011000110001011001101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebc3c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebc3c4; }

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

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

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

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

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

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

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

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