Html Css Color HEX #D7B2BE Melanie

📋 copy color: '#D7B2BE'

red 215 ◦ green 178 ◦ blue 190

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

Shades of Melanie #D7B2BE

Tints of Melanie #D7B2BE

RGB

 RED value IS 215 (84.38% from 255) = 36.88%

 GREEN value IS 178 (69.92% from 255) = 30.53%

 BLUE value IS 190 (74.61% from 255) = 32.59%

R = 36.88%
G = 30.53%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D7B2BE (or 0xD7B2BE) is known color: Melanie. HEX triplet: D7, B2 and BE. RGB value is (215,178,190). Sum of RGB (Red+Green+Blue) = 215+178+190=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7B2BE is #284D41. Grayscale: #BEBEBE. Windows color (decimal): -2641218 or 12497623. OLE color: 12497623.

HSL color Cylindrical-coordinate representation of color #D7B2BE: hue angle of 340.54º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7B2BE is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 178 190 -
CMYK 0 0.17 0.12 0.16
HSL 340.54º 0.32% 0.77% -
HSV(B) 340.54º 0.17% 0.84% -
XYZ 53.24 50.01 55.56 -
YUV 190.43 127.76 145.52 -
System Red Green Blue C M Y K H S L
Decimal 215 178 190 0 0.17 0.12 0.16 340.54 0.32 0.77
Hex D7 B2 BE 0 11 C 10 155 20 4D
Octal 327 262 276 0 21 14 20 525 40 115
Binary 11010111 10110010 10111110 0 10001 1100 10000 101010101 100000 1001101

Color Harmonies of #D7B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B2BE

Black with #D7B2BE

Text Example


Text Example

White with #D7B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B2BE; }

 p { color: rgb(215,178,190); }

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

background-color css

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

 a { background-color: rgb(215,178,190); }

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

border-color css

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

 span { border-color: rgb(215,178,190); }

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