Html Css Color HEX #D8B3BE Melanie

📋 copy color: '#D8B3BE'

red 216 ◦ green 179 ◦ blue 190

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

Shades of Melanie #D8B3BE

Tints of Melanie #D8B3BE

RGB

 RED value IS 216 (84.77% from 255) = 36.92%

 GREEN value IS 179 (70.31% from 255) = 30.6%

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

R = 36.92%
G = 30.6%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D8B3BE (or 0xD8B3BE) is known color: Melanie. HEX triplet: D8, B3 and BE. RGB value is (216,179,190). Sum of RGB (Red+Green+Blue) = 216+179+190=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 179 (70.31% from 255 or 30.60% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B3BE is #274C41. Grayscale: #BFBFBF. Windows color (decimal): -2575426 or 12497880. OLE color: 12497880.

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

Color convert

RGB 216 179 190 -
CMYK 0 0.17 0.12 0.15
HSL 342.16º 0.32% 0.77% -
HSV(B) 342.16º 0.17% 0.85% -
XYZ 53.73 50.56 55.64 -
YUV 191.32 127.26 145.61 -
System Red Green Blue C M Y K H S L
Decimal 216 179 190 0 0.17 0.12 0.15 342.16 0.32 0.77
Hex D8 B3 BE 0 11 C F 156 20 4D
Octal 330 263 276 0 21 14 17 526 40 115
Binary 11011000 10110011 10111110 0 10001 1100 1111 101010110 100000 1001101

Color Harmonies of #D8B3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B3BE

Black with #D8B3BE

Text Example


Text Example

White with #D8B3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B3BE; }

 p { color: rgb(216,179,190); }

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

background-color css

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

 a { background-color: rgb(216,179,190); }

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

border-color css

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

 span { border-color: rgb(216,179,190); }

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