#EDBDBF

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

Shades of Azalea #EDBDBF

Tints of Azalea #EDBDBF

Color information

#EDBDBF (or 0xEDBDBF) is unknown color: approx Azalea. HEX triplet: ED, BD and BF. RGB value is (237,189,191). Sum of RGB (Red+Green+Blue) = 237+189+191=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 191 (75% from 255 or 30.96% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDBF is #124240. Grayscale: #CBCBCB. Windows color (decimal): -1196609 or 12565997. OLE color: 12565997.

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

Color convert

RGB237189191-
CMYK00.200.190.07
HSL357.5º57.14%83.53%-
HSV(B)357.5º20.25%92.94%-
XYZ62.5358.1657.22-
YUV203.58120.9151.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.41%
GREEN value IS 189 (74.22% from 255) = 30.63%
BLUE value IS 191 (75% from 255) = 30.96%
R=38.41%
G=30.63%
B=30.96%

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
Decimal23718919100.200.190.07357.557.1483.53
HexEDBDBF0141371663954
Octal35527527702423754671124
Binary111011011011110110111111010100100111111011001101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDBF; }

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

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

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

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

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

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

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

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