Html Css Color HEX #EDBDBF Azalea

📋 copy color: '#EDBDBF'

red 237 ◦ green 189 ◦ blue 191

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

Shades of Azalea #EDBDBF

Tints of Azalea #EDBDBF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.63%

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

R = 38.41%
G = 30.63%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDBDBF (or 0xEDBDBF) is known color: Azalea. HEX triplet: ED, BD and BF. RGB value is (237,189,191). Sum of RGB (Red+Green+Blue) = 237+189+191=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 191 (75% from 255 or 30.96% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDBF is #124240. Grayscale: #CBCBCB. Windows color (decimal): -1196609 or 12565997. OLE color: 12565997.

HSL color Cylindrical-coordinate representation of color #EDBDBF: hue angle of 357.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBDBF is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 189 191 -
CMYK 0 0.20 0.19 0.07
HSL 357.5º 0.57% 0.84% -
HSV(B) 357.5º 0.2% 0.93% -
XYZ 62.53 58.16 57.22 -
YUV 203.58 120.9 151.84 -
System Red Green Blue C M Y K H S L
Decimal 237 189 191 0 0.20 0.19 0.07 357.5 0.57 0.84
Hex ED BD BF 0 14 13 7 166 39 54
Octal 355 275 277 0 24 23 7 546 71 124
Binary 11101101 10111101 10111111 0 10100 10011 111 101100110 111001 1010100

Color Harmonies of #EDBDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDBF

Black with #EDBDBF

Text Example


Text Example

White with #EDBDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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