#EDBEBF

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

Shades of Azalea #EDBEBF

Tints of Azalea #EDBEBF

Color information

#EDBEBF (or 0xEDBEBF) is unknown color: approx Azalea. HEX triplet: ED, BE and BF. RGB value is (237,190,191). Sum of RGB (Red+Green+Blue) = 237+190+191=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEBF is #124140. Grayscale: #CCCCCC. Windows color (decimal): -1196353 or 12566253. OLE color: 12566253.

HSL color Cylindrical-coordinate representation of color #EDBEBF: hue angle of 358.72º 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 #EDBEBF is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB237190191-
CMYK00.200.190.07
HSL358.72º56.63%83.73%-
HSV(B)358.72º19.83%92.94%-
XYZ62.7458.5957.29-
YUV204.17120.57151.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.35%
GREEN value IS 190 (74.61% from 255) = 30.74%
BLUE value IS 191 (75% from 255) = 30.91%
R=38.35%
G=30.74%
B=30.91%

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
Decimal23719019100.200.190.07358.7256.6383.73
HexEDBEBF0141371673954
Octal35527627702423754771124
Binary111011011011111010111111010100100111111011001111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBEBF; }

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

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

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

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

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

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

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

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