#EDBCBD

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

Shades of Azalea #EDBCBD

Tints of Azalea #EDBCBD

Color information

#EDBCBD (or 0xEDBCBD) is unknown color: approx Azalea. HEX triplet: ED, BC and BD. RGB value is (237,188,189). Sum of RGB (Red+Green+Blue) = 237+188+189=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCBD is #124342. Grayscale: #CACACA. Windows color (decimal): -1196867 or 12434669. OLE color: 12434669.

HSL color Cylindrical-coordinate representation of color #EDBCBD: hue angle of 358.78º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDBCBD is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB237188189-
CMYK00.210.200.07
HSL358.78º57.65%83.33%-
HSV(B)358.78º20.68%92.94%-
XYZ62.0957.6556-
YUV202.76120.23152.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.60%
GREEN value IS 188 (73.83% from 255) = 30.62%
BLUE value IS 189 (74.22% from 255) = 30.78%
R=38.60%
G=30.62%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718818900.210.200.07358.7857.6583.33
HexEDBCBD0151471673a53
Octal35527427502524754772123
Binary111011011011110010111101010101101001111011001111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCBD; }

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

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

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

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

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

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

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

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