Html Css Color HEX #EDBDBE Azalea

📋 copy color: '#EDBDBE'

red 237 ◦ green 189 ◦ blue 190

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

Shades of Azalea #EDBDBE

Tints of Azalea #EDBDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.84%

R = 38.47%
G = 30.68%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDBDBE (or 0xEDBDBE) is known color: Azalea. HEX triplet: ED, BD and BE. RGB value is (237,189,190). Sum of RGB (Red+Green+Blue) = 237+189+190=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDBE is #124241. Grayscale: #CBCBCB. Windows color (decimal): -1196610 or 12500461. OLE color: 12500461.

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

Color convert

RGB 237 189 190 -
CMYK 0 0.20 0.20 0.07
HSL 358.75º 0.57% 0.84% -
HSV(B) 358.75º 0.2% 0.93% -
XYZ 62.42 58.12 56.64 -
YUV 203.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 237 189 190 0 0.20 0.20 0.07 358.75 0.57 0.84
Hex ED BD BE 0 14 14 7 167 39 54
Octal 355 275 276 0 24 24 7 547 71 124
Binary 11101101 10111101 10111110 0 10100 10100 111 101100111 111001 1010100

Color Harmonies of #EDBDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDBE

Black with #EDBDBE

Text Example


Text Example

White with #EDBDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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