Html Css Color HEX #E0B7BF Melanie

📋 copy color: '#E0B7BF'

red 224 ◦ green 183 ◦ blue 191

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

Shades of Melanie #E0B7BF

Tints of Melanie #E0B7BF

RGB

 RED value IS 224 (87.89% from 255) = 37.46%

 GREEN value IS 183 (71.88% from 255) = 30.6%

 BLUE value IS 191 (75% from 255) = 31.94%

R = 37.46%
G = 30.6%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E0B7BF (or 0xE0B7BF) is known color: Melanie. HEX triplet: E0, B7 and BF. RGB value is (224,183,191). Sum of RGB (Red+Green+Blue) = 224+183+191=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 183 (71.88% from 255 or 30.60% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B7BF is #1F4840. Grayscale: #C4C4C4. Windows color (decimal): -2050113 or 12564448. OLE color: 12564448.

HSL color Cylindrical-coordinate representation of color #E0B7BF: hue angle of 348.29º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E0B7BF is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 183 191 -
CMYK 0 0.18 0.15 0.12
HSL 348.29º 0.4% 0.8% -
HSV(B) 348.29º 0.18% 0.88% -
XYZ 57.08 53.48 56.6 -
YUV 196.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 224 183 191 0 0.18 0.15 0.12 348.29 0.4 0.8
Hex E0 B7 BF 0 12 F C 15C 28 50
Octal 340 267 277 0 22 17 14 534 50 120
Binary 11100000 10110111 10111111 0 10010 1111 1100 101011100 101000 1010000

Color Harmonies of #E0B7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B7BF

Black with #E0B7BF

Text Example


Text Example

White with #E0B7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B7BF; }

 p { color: rgb(224,183,191); }

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

background-color css

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

 a { background-color: rgb(224,183,191); }

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

border-color css

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

 span { border-color: rgb(224,183,191); }

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