Html Css Color HEX #EDBDC2 Azalea

📋 copy color: '#EDBDC2'

red 237 ◦ green 189 ◦ blue 194

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

Shades of Azalea #EDBDC2

Tints of Azalea #EDBDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.29%

R = 38.23%
G = 30.48%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EDBDC2 (or 0xEDBDC2) is known color: Azalea. HEX triplet: ED, BD and C2. RGB value is (237,189,194). Sum of RGB (Red+Green+Blue) = 237+189+194=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDC2 is #12423D. Grayscale: #CBCBCB. Windows color (decimal): -1196606 or 12762605. OLE color: 12762605.

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

Color convert

RGB 237 189 194 -
CMYK 0 0.20 0.18 0.07
HSL 353.75º 0.57% 0.84% -
HSV(B) 353.75º 0.2% 0.93% -
XYZ 62.86 58.29 58.98 -
YUV 203.92 122.4 151.59 -
System Red Green Blue C M Y K H S L
Decimal 237 189 194 0 0.20 0.18 0.07 353.75 0.57 0.84
Hex ED BD C2 0 14 12 7 162 39 54
Octal 355 275 302 0 24 22 7 542 71 124
Binary 11101101 10111101 11000010 0 10100 10010 111 101100010 111001 1010100

Color Harmonies of #EDBDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDC2

Black with #EDBDC2

Text Example


Text Example

White with #EDBDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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