#EBC5C7

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

Shades of Azalea #EBC5C7

Tints of Azalea #EBC5C7

Color information

#EBC5C7 (or 0xEBC5C7) is unknown color: approx Azalea. HEX triplet: EB, C5 and C7. RGB value is (235,197,199). Sum of RGB (Red+Green+Blue) = 235+197+199=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 197 (77.34% from 255 or 31.22% from 631); Blue value is 199 (78.12% from 255 or 31.54% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5C7 is #143A38. Grayscale: #D0D0D0. Windows color (decimal): -1325625 or 13092331. OLE color: 13092331.

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

Color convert

RGB235197199-
CMYK00.160.150.08
HSL356.84º48.72%84.71%-
HSV(B)356.84º16.17%92.16%-
XYZ64.5461.7262.54-
YUV208.59122.59146.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 197 (77.34% from 255) = 31.22%
BLUE value IS 199 (78.12% from 255) = 31.54%
R=37.24%
G=31.22%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519719900.160.150.08356.8448.7284.71
HexEBC5C7010F81653155
Octal353305307020171054561125
Binary111010111100010111000111010000111110001011001011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5C7; }

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

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

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

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

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

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

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

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