#EBC5C9

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

Shades of Azalea #EBC5C9

Tints of Azalea #EBC5C9

Color information

#EBC5C9 (or 0xEBC5C9) is unknown color: approx Azalea. HEX triplet: EB, C5 and C9. RGB value is (235,197,201). Sum of RGB (Red+Green+Blue) = 235+197+201=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5C9 is #143A36. Grayscale: #D0D0D0. Windows color (decimal): -1325623 or 13223403. OLE color: 13223403.

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

Color convert

RGB235197201-
CMYK00.160.140.08
HSL353.68º48.72%84.71%-
HSV(B)353.68º16.17%92.16%-
XYZ64.7761.8163.78-
YUV208.82123.59146.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 197 (77.34% from 255) = 31.12%
BLUE value IS 201 (78.91% from 255) = 31.75%
R=37.12%
G=31.12%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519720100.160.140.08353.6848.7284.71
HexEBC5C9010E81623155
Octal353305311020161054261125
Binary111010111100010111001001010000111010001011000101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5C9; }

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

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

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

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

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

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

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

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