Html Css Color HEX #E6B7BF Melanie

📋 copy color: '#E6B7BF'

red 230 ◦ green 183 ◦ blue 191

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

Shades of Melanie #E6B7BF

Tints of Melanie #E6B7BF

RGB

 RED value IS 230 (90.23% from 255) = 38.08%

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

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

R = 38.08%
G = 30.3%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E6B7BF (or 0xE6B7BF) is known color: Melanie. HEX triplet: E6, B7 and BF. RGB value is (230,183,191). Sum of RGB (Red+Green+Blue) = 230+183+191=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B7BF is #194840. Grayscale: #C5C5C5. Windows color (decimal): -1656897 or 12564454. OLE color: 12564454.

HSL color Cylindrical-coordinate representation of color #E6B7BF: hue angle of 349.79º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6B7BF is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 183 191 -
CMYK 0 0.20 0.17 0.10
HSL 349.79º 0.48% 0.81% -
HSV(B) 349.79º 0.2% 0.9% -
XYZ 58.97 54.45 56.69 -
YUV 197.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 230 183 191 0 0.20 0.17 0.10 349.79 0.48 0.81
Hex E6 B7 BF 0 14 11 A 15E 30 51
Octal 346 267 277 0 24 21 12 536 60 121
Binary 11100110 10110111 10111111 0 10100 10001 1010 101011110 110000 1010001

Color Harmonies of #E6B7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B7BF

Black with #E6B7BF

Text Example


Text Example

White with #E6B7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B7BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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