Html Css Color HEX #EDBDC1 Azalea

📋 copy color: '#EDBDC1'

red 237 ◦ green 189 ◦ blue 193

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

Shades of Azalea #EDBDC1

Tints of Azalea #EDBDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.18%

R = 38.29%
G = 30.53%
B = 31.18%

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

#EDBDC1 (or 0xEDBDC1) is known color: Azalea. HEX triplet: ED, BD and C1. RGB value is (237,189,193). Sum of RGB (Red+Green+Blue) = 237+189+193=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDC1 is #12423E. Grayscale: #CBCBCB. Windows color (decimal): -1196607 or 12697069. OLE color: 12697069.

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

Color convert

RGB 237 189 193 -
CMYK 0 0.20 0.19 0.07
HSL 355º 0.57% 0.84% -
HSV(B) 355º 0.2% 0.93% -
XYZ 62.75 58.25 58.39 -
YUV 203.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 237 189 193 0 0.20 0.19 0.07 355 0.57 0.84
Hex ED BD C1 0 14 13 7 163 39 54
Octal 355 275 301 0 24 23 7 543 71 124
Binary 11101101 10111101 11000001 0 10100 10011 111 101100011 111001 1010100

Color Harmonies of #EDBDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDC1

Black with #EDBDC1

Text Example


Text Example

White with #EDBDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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