Html Css Color HEX #EDBABF Azalea

📋 copy color: '#EDBABF'

red 237 ◦ green 186 ◦ blue 191

#EDBABF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Azalea #EDBABF

Tints of Azalea #EDBABF

RGB

 RED value IS 237 (92.97% from 255) = 38.6%

 GREEN value IS 186 (73.05% from 255) = 30.29%

 BLUE value IS 191 (75% from 255) = 31.11%

R = 38.6%
G = 30.29%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDBABF (or 0xEDBABF) is known color: Azalea. HEX triplet: ED, BA and BF. RGB value is (237,186,191). Sum of RGB (Red+Green+Blue) = 237+186+191=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBABF is #124540. Grayscale: #C9C9C9. Windows color (decimal): -1197377 or 12565229. OLE color: 12565229.

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

Color convert

RGB 237 186 191 -
CMYK 0 0.22 0.19 0.07
HSL 354.12º 0.59% 0.83% -
HSV(B) 354.12º 0.22% 0.93% -
XYZ 61.89 56.88 57.01 -
YUV 201.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 237 186 191 0 0.22 0.19 0.07 354.12 0.59 0.83
Hex ED BA BF 0 16 13 7 162 3B 53
Octal 355 272 277 0 26 23 7 542 73 123
Binary 11101101 10111010 10111111 0 10110 10011 111 101100010 111011 1010011

Color Harmonies of #EDBABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBABF

Black with #EDBABF

Text Example


Text Example

White with #EDBABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBABF; }

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

 H1.HeaderClassName
 {
   color: #EDBABF;
 }
 .AnyTagClassName
 {
   color: #EDBABF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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