Html Css Color HEX #D7B0BE Melanie

📋 copy color: '#D7B0BE'

red 215 ◦ green 176 ◦ blue 190

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

Shades of Melanie #D7B0BE

Tints of Melanie #D7B0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.29%

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

R = 37.01%
G = 30.29%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D7B0BE (or 0xD7B0BE) is known color: Melanie. HEX triplet: D7, B0 and BE. RGB value is (215,176,190). Sum of RGB (Red+Green+Blue) = 215+176+190=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7B0BE is #284F41. Grayscale: #BDBDBD. Windows color (decimal): -2641730 or 12497111. OLE color: 12497111.

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

Color convert

RGB 215 176 190 -
CMYK 0 0.18 0.12 0.16
HSL 338.46º 0.33% 0.77% -
HSV(B) 338.46º 0.18% 0.84% -
XYZ 52.84 49.22 55.43 -
YUV 189.26 128.42 146.36 -
System Red Green Blue C M Y K H S L
Decimal 215 176 190 0 0.18 0.12 0.16 338.46 0.33 0.77
Hex D7 B0 BE 0 12 C 10 152 21 4D
Octal 327 260 276 0 22 14 20 522 41 115
Binary 11010111 10110000 10111110 0 10010 1100 10000 101010010 100001 1001101

Color Harmonies of #D7B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B0BE

Black with #D7B0BE

Text Example


Text Example

White with #D7B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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