Html Css Color HEX #EDBBBF Azalea

📋 copy color: '#EDBBBF'

red 237 ◦ green 187 ◦ blue 191

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

Shades of Azalea #EDBBBF

Tints of Azalea #EDBBBF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.41%

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

R = 38.54%
G = 30.41%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDBBBF (or 0xEDBBBF) is known color: Azalea. HEX triplet: ED, BB and BF. RGB value is (237,187,191). Sum of RGB (Red+Green+Blue) = 237+187+191=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBBF is #124440. Grayscale: #CACACA. Windows color (decimal): -1197121 or 12565485. OLE color: 12565485.

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

Color convert

RGB 237 187 191 -
CMYK 0 0.21 0.19 0.07
HSL 355.2º 0.58% 0.83% -
HSV(B) 355.2º 0.21% 0.93% -
XYZ 62.1 57.31 57.08 -
YUV 202.41 121.57 152.67 -
System Red Green Blue C M Y K H S L
Decimal 237 187 191 0 0.21 0.19 0.07 355.2 0.58 0.83
Hex ED BB BF 0 15 13 7 163 3A 53
Octal 355 273 277 0 25 23 7 543 72 123
Binary 11101101 10111011 10111111 0 10101 10011 111 101100011 111010 1010011

Color Harmonies of #EDBBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBBBF

Black with #EDBBBF

Text Example


Text Example

White with #EDBBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBBBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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