#EDCACB

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

Shades of Azalea #EDCACB

Tints of Azalea #EDCACB

Color information

#EDCACB (or 0xEDCACB) is unknown color: approx Azalea. HEX triplet: ED, CA and CB. RGB value is (237,202,203). Sum of RGB (Red+Green+Blue) = 237+202+203=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCACB is #123534. Grayscale: #D4D4D4. Windows color (decimal): -1193269 or 13355757. OLE color: 13355757.

HSL color Cylindrical-coordinate representation of color #EDCACB: hue angle of 358.29º degrees, saturation: 0.49, 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 #EDCACB is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB237202203-
CMYK00.150.140.07
HSL358.29º49.3%86.08%-
HSV(B)358.29º14.77%92.94%-
XYZ66.8364.5665.44-
YUV212.58122.6145.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 202 (79.30% from 255) = 31.46%
BLUE value IS 203 (79.69% from 255) = 31.62%
R=36.92%
G=31.46%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720220300.150.140.07358.2949.386.08
HexEDCACB0FE71663156
Octal35531231301716754661126
Binary1110110111001010110010110111111101111011001101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCACB; }

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

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

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

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

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

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

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

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