#EBC3C6

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

Shades of Azalea #EBC3C6

Tints of Azalea #EBC3C6

Color information

#EBC3C6 (or 0xEBC3C6) is unknown color: approx Azalea. HEX triplet: EB, C3 and C6. RGB value is (235,195,198). Sum of RGB (Red+Green+Blue) = 235+195+198=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 195 (76.56% from 255 or 31.05% from 628); Blue value is 198 (77.73% from 255 or 31.53% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3C6 is #143C39. Grayscale: #CFCFCF. Windows color (decimal): -1326138 or 13026283. OLE color: 13026283.

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

Color convert

RGB235195198-
CMYK00.170.160.08
HSL355.5º50%84.31%-
HSV(B)355.5º17.02%92.16%-
XYZ63.9760.7761.78-
YUV207.3122.75147.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 195 (76.56% from 255) = 31.05%
BLUE value IS 198 (77.73% from 255) = 31.53%
R=37.42%
G=31.05%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519519800.170.160.08355.55084.31
HexEBC3C60111081643254
Octal353303306021201054462124
Binary1110101111000011110001100100011000010001011001001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3C6; }

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

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

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

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

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

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

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

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