#E5C5C6

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

Shades of Azalea #E5C5C6

Tints of Azalea #E5C5C6

Color information

#E5C5C6 (or 0xE5C5C6) is unknown color: approx Azalea. HEX triplet: E5, C5 and C6. RGB value is (229,197,198). Sum of RGB (Red+Green+Blue) = 229+197+198=624 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.70% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 198 (77.73% from 255 or 31.73% from 624); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C5C6 is #1A3A39. Grayscale: #CECECE. Windows color (decimal): -1718842 or 13026789. OLE color: 13026789.

HSL color Cylindrical-coordinate representation of color #E5C5C6: hue angle of 358.12º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5C5C6 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB229197198-
CMYK00.140.140.10
HSL358.12º38.1%83.53%-
HSV(B)358.12º13.97%89.8%-
XYZ62.4760.6761.84-
YUV206.68123.1143.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.70%
GREEN value IS 197 (77.34% from 255) = 31.57%
BLUE value IS 198 (77.73% from 255) = 31.73%
R=36.70%
G=31.57%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919719800.140.140.10358.1238.183.53
HexE5C5C60EEA1662654
Octal345305306016161254646124
Binary11100101110001011100011001110111010101011001101001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C5C6; }

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

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

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

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

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

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

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

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