#EDBABB

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

Shades of Azalea #EDBABB

Tints of Azalea #EDBABB

Color information

#EDBABB (or 0xEDBABB) is unknown color: approx Azalea. HEX triplet: ED, BA and BB. RGB value is (237,186,187). Sum of RGB (Red+Green+Blue) = 237+186+187=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBABB is #124544. Grayscale: #C9C9C9. Windows color (decimal): -1197381 or 12303085. OLE color: 12303085.

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

Color convert

RGB237186187-
CMYK00.220.210.07
HSL358.82º58.62%82.94%-
HSV(B)358.82º21.52%92.94%-
XYZ61.4556.7154.72-
YUV201.36119.9153.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.85%
GREEN value IS 186 (73.05% from 255) = 30.49%
BLUE value IS 187 (73.44% from 255) = 30.66%
R=38.85%
G=30.49%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718618700.220.210.07358.8258.6282.94
HexEDBABB0161571673b53
Octal35527227302625754773123
Binary111011011011101010111011010110101011111011001111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBABB; }

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

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

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

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

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

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

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

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