Html Css Color HEX #EDB9BC Azalea

📋 copy color: '#EDB9BC'

red 237 ◦ green 185 ◦ blue 188

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

Shades of Azalea #EDB9BC

Tints of Azalea #EDB9BC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.33%

 BLUE value IS 188 (73.83% from 255) = 30.82%

R = 38.85%
G = 30.33%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDB9BC (or 0xEDB9BC) is known color: Azalea. HEX triplet: ED, B9 and BC. RGB value is (237,185,188). Sum of RGB (Red+Green+Blue) = 237+185+188=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB9BC is #124643. Grayscale: #C8C8C8. Windows color (decimal): -1197636 or 12368365. OLE color: 12368365.

HSL color Cylindrical-coordinate representation of color #EDB9BC: hue angle of 356.54º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDB9BC is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 185 188 -
CMYK 0 0.22 0.21 0.07
HSL 356.54º 0.59% 0.83% -
HSV(B) 356.54º 0.22% 0.93% -
XYZ 61.35 56.33 55.22 -
YUV 200.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 237 185 188 0 0.22 0.21 0.07 356.54 0.59 0.83
Hex ED B9 BC 0 16 15 7 165 3B 53
Octal 355 271 274 0 26 25 7 545 73 123
Binary 11101101 10111001 10111100 0 10110 10101 111 101100101 111011 1010011

Color Harmonies of #EDB9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB9BC

Black with #EDB9BC

Text Example


Text Example

White with #EDB9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB9BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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