#EBCACB

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

Shades of Azalea #EBCACB

Tints of Azalea #EBCACB

Color information

#EBCACB (or 0xEBCACB) is unknown color: approx Azalea. HEX triplet: EB, CA and CB. RGB value is (235,202,203). Sum of RGB (Red+Green+Blue) = 235+202+203=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCACB is #143534. Grayscale: #D4D4D4. Windows color (decimal): -1324341 or 13355755. OLE color: 13355755.

HSL color Cylindrical-coordinate representation of color #EBCACB: hue angle of 358.18º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBCACB is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235202203-
CMYK00.140.140.08
HSL358.18º45.21%85.69%-
HSV(B)358.18º14.04%92.16%-
XYZ66.1664.2265.41-
YUV211.98122.93144.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 202 (79.30% from 255) = 31.56%
BLUE value IS 203 (79.69% from 255) = 31.72%
R=36.72%
G=31.56%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520220300.140.140.08358.1845.2185.69
HexEBCACB0EE81662d56
Octal353312313016161054655126
Binary11101011110010101100101101110111010001011001101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCACB; }

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

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

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

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

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

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

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

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