Html Css Color HEX #E7B6C2 Melanie

📋 copy color: '#E7B6C2'

red 231 ◦ green 182 ◦ blue 194

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

Shades of Melanie #E7B6C2

Tints of Melanie #E7B6C2

RGB

 RED value IS 231 (90.63% from 255) = 38.06%

 GREEN value IS 182 (71.48% from 255) = 29.98%

 BLUE value IS 194 (76.17% from 255) = 31.96%

R = 38.06%
G = 29.98%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E7B6C2 (or 0xE7B6C2) is known color: Melanie. HEX triplet: E7, B6 and C2. RGB value is (231,182,194). Sum of RGB (Red+Green+Blue) = 231+182+194=607 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.06% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B6C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B6C2 is #18493D. Grayscale: #C6C6C6. Windows color (decimal): -1591614 or 12760807. OLE color: 12760807.

HSL color Cylindrical-coordinate representation of color #E7B6C2: hue angle of 345.31º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E7B6C2 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 182 194 -
CMYK 0 0.21 0.16 0.09
HSL 345.31º 0.51% 0.81% -
HSV(B) 345.31º 0.21% 0.91% -
XYZ 59.42 54.34 58.4 -
YUV 198.02 125.73 151.52 -
System Red Green Blue C M Y K H S L
Decimal 231 182 194 0 0.21 0.16 0.09 345.31 0.51 0.81
Hex E7 B6 C2 0 15 10 9 159 33 51
Octal 347 266 302 0 25 20 11 531 63 121
Binary 11100111 10110110 11000010 0 10101 10000 1001 101011001 110011 1010001

Color Harmonies of #E7B6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B6C2

Black with #E7B6C2

Text Example


Text Example

White with #E7B6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B6C2; }

 p { color: rgb(231,182,194); }

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

background-color css

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

 a { background-color: rgb(231,182,194); }

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

border-color css

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

 span { border-color: rgb(231,182,194); }

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