#EECACB

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

Shades of Azalea #EECACB

Tints of Azalea #EECACB

Color information

#EECACB (or 0xEECACB) is unknown color: approx Azalea. HEX triplet: EE, CA and CB. RGB value is (238,202,203). Sum of RGB (Red+Green+Blue) = 238+202+203=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EECACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECACB is #113534. Grayscale: #D4D4D4. Windows color (decimal): -1127733 or 13355758. OLE color: 13355758.

HSL color Cylindrical-coordinate representation of color #EECACB: hue angle of 358.33º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECACB is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB238202203-
CMYK00.150.150.07
HSL358.33º51.43%86.27%-
HSV(B)358.33º15.13%93.33%-
XYZ67.1664.7365.45-
YUV212.88122.43145.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.01%
GREEN value IS 202 (79.30% from 255) = 31.42%
BLUE value IS 203 (79.69% from 255) = 31.57%
R=37.01%
G=31.42%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820220300.150.150.07358.3351.4386.27
HexEECACB0FF71663356
Octal35631231301717754663126
Binary1110111011001010110010110111111111111011001101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECACB; }

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

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

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

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

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

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

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

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