#EDBEC4

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

Shades of Azalea #EDBEC4

Tints of Azalea #EDBEC4

Color information

#EDBEC4 (or 0xEDBEC4) is unknown color: approx Azalea. HEX triplet: ED, BE and C4. RGB value is (237,190,196). Sum of RGB (Red+Green+Blue) = 237+190+196=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEC4 is #12413B. Grayscale: #CCCCCC. Windows color (decimal): -1196348 or 12893933. OLE color: 12893933.

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

Color convert

RGB237190196-
CMYK00.200.170.07
HSL352.34º56.63%83.73%-
HSV(B)352.34º19.83%92.94%-
XYZ63.358.8260.24-
YUV204.74123.07151.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.04%
GREEN value IS 190 (74.61% from 255) = 30.50%
BLUE value IS 196 (76.95% from 255) = 31.46%
R=38.04%
G=30.50%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719019600.200.170.07352.3456.6383.73
HexEDBEC40141171603954
Octal35527630402421754071124
Binary111011011011111011000100010100100011111011000001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBEC4; }

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

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

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

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

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

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

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

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