Html Css Color HEX #EDBEC3 Azalea

📋 copy color: '#EDBEC3'

red 237 ◦ green 190 ◦ blue 195

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

Shades of Azalea #EDBEC3

Tints of Azalea #EDBEC3

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.55%

 BLUE value IS 195 (76.56% from 255) = 31.35%

R = 38.1%
G = 30.55%
B = 31.35%

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

#EDBEC3 (or 0xEDBEC3) is known color: Azalea. HEX triplet: ED, BE and C3. RGB value is (237,190,195). Sum of RGB (Red+Green+Blue) = 237+190+195=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 195 (76.56% from 255 or 31.35% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEC3 is #12413C. Grayscale: #CCCCCC. Windows color (decimal): -1196349 or 12828397. OLE color: 12828397.

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

Color convert

RGB 237 190 195 -
CMYK 0 0.20 0.18 0.07
HSL 353.62º 0.57% 0.84% -
HSV(B) 353.62º 0.2% 0.93% -
XYZ 63.19 58.77 59.64 -
YUV 204.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 237 190 195 0 0.20 0.18 0.07 353.62 0.57 0.84
Hex ED BE C3 0 14 12 7 162 39 54
Octal 355 276 303 0 24 22 7 542 71 124
Binary 11101101 10111110 11000011 0 10100 10010 111 101100010 111001 1010100

Color Harmonies of #EDBEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBEC3

Black with #EDBEC3

Text Example


Text Example

White with #EDBEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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