#E5CACB

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

Shades of Azalea #E5CACB

Tints of Azalea #E5CACB

Color information

#E5CACB (or 0xE5CACB) is unknown color: approx Azalea. HEX triplet: E5, CA and CB. RGB value is (229,202,203). Sum of RGB (Red+Green+Blue) = 229+202+203=634 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.12% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CACB is #1A3534. Grayscale: #D2D2D2. Windows color (decimal): -1717557 or 13355749. OLE color: 13355749.

HSL color Cylindrical-coordinate representation of color #E5CACB: hue angle of 357.78º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5CACB is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB229202203-
CMYK00.120.110.10
HSL357.78º34.18%84.51%-
HSV(B)357.78º11.79%89.8%-
XYZ64.2163.2165.32-
YUV210.19123.95141.42-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.12%
GREEN value IS 202 (79.30% from 255) = 31.86%
BLUE value IS 203 (79.69% from 255) = 32.02%
R=36.12%
G=31.86%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920220300.120.110.10357.7834.1884.51
HexE5CACB0CBA1662255
Octal345312313014131254642125
Binary11100101110010101100101101100101110101011001101000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CACB; }

 p { color: rgb(229,202,203); }

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

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

 a { background-color: rgb(229,202,203); }

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

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

 span { border-color: rgb(229,202,203); }

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