Html Css Color HEX #EDBCC0 Azalea

📋 copy color: '#EDBCC0'

red 237 ◦ green 188 ◦ blue 192

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

Shades of Azalea #EDBCC0

Tints of Azalea #EDBCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.12%

R = 38.41%
G = 30.47%
B = 31.12%

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

#EDBCC0 (or 0xEDBCC0) is known color: Azalea. HEX triplet: ED, BC and C0. RGB value is (237,188,192). Sum of RGB (Red+Green+Blue) = 237+188+192=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCC0 is #12433F. Grayscale: #CBCBCB. Windows color (decimal): -1196864 or 12631277. OLE color: 12631277.

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

Color convert

RGB 237 188 192 -
CMYK 0 0.21 0.19 0.07
HSL 355.1º 0.58% 0.83% -
HSV(B) 355.1º 0.21% 0.93% -
XYZ 62.42 57.78 57.73 -
YUV 203.11 121.73 152.17 -
System Red Green Blue C M Y K H S L
Decimal 237 188 192 0 0.21 0.19 0.07 355.1 0.58 0.83
Hex ED BC C0 0 15 13 7 163 3A 53
Octal 355 274 300 0 25 23 7 543 72 123
Binary 11101101 10111100 11000000 0 10101 10011 111 101100011 111010 1010011

Color Harmonies of #EDBCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBCC0

Black with #EDBCC0

Text Example


Text Example

White with #EDBCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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