#E9CACB

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

Shades of Azalea #E9CACB

Tints of Azalea #E9CACB

Color information

#E9CACB (or 0xE9CACB) is unknown color: approx Azalea. HEX triplet: E9, CA and CB. RGB value is (233,202,203). Sum of RGB (Red+Green+Blue) = 233+202+203=638 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.52% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CACB is #163534. Grayscale: #D3D3D3. Windows color (decimal): -1455413 or 13355753. OLE color: 13355753.

HSL color Cylindrical-coordinate representation of color #E9CACB: hue angle of 358.06º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9CACB is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB233202203-
CMYK00.130.130.09
HSL358.06º41.33%85.29%-
HSV(B)358.06º13.3%91.37%-
XYZ65.563.8865.38-
YUV211.38123.27143.42-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.52%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 203 (79.69% from 255) = 31.82%
R=36.52%
G=31.66%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320220300.130.130.09358.0641.3385.29
HexE9CACB0DD91662955
Octal351312313015151154651125
Binary11101001110010101100101101101110110011011001101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CACB; }

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

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

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

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

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

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

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

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