#E9C7CB

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

Shades of Azalea #E9C7CB

Tints of Azalea #E9C7CB

Color information

#E9C7CB (or 0xE9C7CB) is unknown color: approx Azalea. HEX triplet: E9, C7 and CB. RGB value is (233,199,203). Sum of RGB (Red+Green+Blue) = 233+199+203=635 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.69% from 635); Green value is 199 (78.12% from 255 or 31.34% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C7CB is #163834. Grayscale: #D1D1D1. Windows color (decimal): -1456181 or 13354985. OLE color: 13354985.

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

Color convert

RGB233199203-
CMYK00.150.130.09
HSL352.94º43.59%84.71%-
HSV(B)352.94º14.59%91.37%-
XYZ64.8162.4865.14-
YUV209.62124.26144.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.69%
GREEN value IS 199 (78.12% from 255) = 31.34%
BLUE value IS 203 (79.69% from 255) = 31.97%
R=36.69%
G=31.34%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319920300.150.130.09352.9443.5984.71
HexE9C7CB0FD91612c55
Octal351307313017151154154125
Binary11101001110001111100101101111110110011011000011011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C7CB; }

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

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

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

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

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

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

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

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