#E9C9CC

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

Shades of Azalea #E9C9CC

Tints of Azalea #E9C9CC

Color information

#E9C9CC (or 0xE9C9CC) is unknown color: approx Azalea. HEX triplet: E9, C9 and CC. RGB value is (233,201,204). Sum of RGB (Red+Green+Blue) = 233+201+204=638 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.52% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C9CC is #163633. Grayscale: #D2D2D2. Windows color (decimal): -1455668 or 13421033. OLE color: 13421033.

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

Color convert

RGB233201204-
CMYK00.140.120.09
HSL354.38º42.11%85.1%-
HSV(B)354.38º13.73%91.37%-
XYZ65.3963.4665.93-
YUV210.91124.1143.76-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.52%
GREEN value IS 201 (78.91% from 255) = 31.50%
BLUE value IS 204 (80.08% from 255) = 31.97%
R=36.52%
G=31.50%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320120400.140.120.09354.3842.1185.1
HexE9C9CC0EC91622a55
Octal351311314016141154252125
Binary11101001110010011100110001110110010011011000101010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C9CC; }

 p { color: rgb(233,201,204); }

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

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

 a { background-color: rgb(233,201,204); }

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

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

 span { border-color: rgb(233,201,204); }

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