#EBC5C6

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

Shades of Azalea #EBC5C6

Tints of Azalea #EBC5C6

Color information

#EBC5C6 (or 0xEBC5C6) is unknown color: approx Azalea. HEX triplet: EB, C5 and C6. RGB value is (235,197,198). Sum of RGB (Red+Green+Blue) = 235+197+198=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 198 (77.73% from 255 or 31.43% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5C6 is #143A39. Grayscale: #D0D0D0. Windows color (decimal): -1325626 or 13026795. OLE color: 13026795.

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

Color convert

RGB235197198-
CMYK00.160.160.08
HSL358.42º48.72%84.71%-
HSV(B)358.42º16.17%92.16%-
XYZ64.4261.6761.93-
YUV208.48122.09146.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.30%
GREEN value IS 197 (77.34% from 255) = 31.27%
BLUE value IS 198 (77.73% from 255) = 31.43%
R=37.30%
G=31.27%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519719800.160.160.08358.4248.7284.71
HexEBC5C60101081663155
Octal353305306020201054661125
Binary1110101111000101110001100100001000010001011001101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5C6; }

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

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

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

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

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

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

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

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