Html Css Color HEX #EDBCC1 Azalea

📋 copy color: '#EDBCC1'

red 237 ◦ green 188 ◦ blue 193

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

Shades of Azalea #EDBCC1

Tints of Azalea #EDBCC1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.42%

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

R = 38.35%
G = 30.42%
B = 31.23%

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

#EDBCC1 (or 0xEDBCC1) is known color: Azalea. HEX triplet: ED, BC and C1. RGB value is (237,188,193). Sum of RGB (Red+Green+Blue) = 237+188+193=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCC1 is #12433E. Grayscale: #CBCBCB. Windows color (decimal): -1196863 or 12696813. OLE color: 12696813.

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

Color convert

RGB 237 188 193 -
CMYK 0 0.21 0.19 0.07
HSL 353.88º 0.58% 0.83% -
HSV(B) 353.88º 0.21% 0.93% -
XYZ 62.53 57.82 58.32 -
YUV 203.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 237 188 193 0 0.21 0.19 0.07 353.88 0.58 0.83
Hex ED BC C1 0 15 13 7 162 3A 53
Octal 355 274 301 0 25 23 7 542 72 123
Binary 11101101 10111100 11000001 0 10101 10011 111 101100010 111010 1010011

Color Harmonies of #EDBCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBCC1

Black with #EDBCC1

Text Example


Text Example

White with #EDBCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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