#EDBEC0

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

Shades of Azalea #EDBEC0

Tints of Azalea #EDBEC0

Color information

#EDBEC0 (or 0xEDBEC0) is unknown color: approx Azalea. HEX triplet: ED, BE and C0. RGB value is (237,190,192). Sum of RGB (Red+Green+Blue) = 237+190+192=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEC0 is #12413F. Grayscale: #CCCCCC. Windows color (decimal): -1196352 or 12631789. OLE color: 12631789.

HSL color Cylindrical-coordinate representation of color #EDBEC0: hue angle of 357.45º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBEC0 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB237190192-
CMYK00.200.190.07
HSL357.45º56.63%83.73%-
HSV(B)357.45º19.83%92.94%-
XYZ62.8558.6457.87-
YUV204.28121.07151.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.29%
GREEN value IS 190 (74.61% from 255) = 30.69%
BLUE value IS 192 (75.39% from 255) = 31.02%
R=38.29%
G=30.69%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719019200.200.190.07357.4556.6383.73
HexEDBEC00141371653954
Octal35527630002423754571124
Binary111011011011111011000000010100100111111011001011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBEC0; }

 p { color: rgb(237,190,192); }

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

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

 a { background-color: rgb(237,190,192); }

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

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

 span { border-color: rgb(237,190,192); }

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