#EDBBBE

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

Shades of Azalea #EDBBBE

Tints of Azalea #EDBBBE

Color information

#EDBBBE (or 0xEDBBBE) is unknown color: approx Azalea. HEX triplet: ED, BB and BE. RGB value is (237,187,190). Sum of RGB (Red+Green+Blue) = 237+187+190=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBBE is #124441. Grayscale: #CACACA. Windows color (decimal): -1197122 or 12499949. OLE color: 12499949.

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

Color convert

RGB237187190-
CMYK00.210.200.07
HSL356.4º58.14%83.14%-
HSV(B)356.4º21.1%92.94%-
XYZ61.9957.2656.5-
YUV202.29121.06152.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.60%
GREEN value IS 187 (73.44% from 255) = 30.46%
BLUE value IS 190 (74.61% from 255) = 30.94%
R=38.60%
G=30.46%
B=30.94%

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
Decimal23718719000.210.200.07356.458.1483.14
HexEDBBBE0151471643a53
Octal35527327602524754472123
Binary111011011011101110111110010101101001111011001001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBBE; }

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

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

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

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

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

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

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

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