Html Css Color HEX #D6B3BF Melanie

📋 copy color: '#D6B3BF'

red 214 ◦ green 179 ◦ blue 191

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

Shades of Melanie #D6B3BF

Tints of Melanie #D6B3BF

RGB

 RED value IS 214 (83.98% from 255) = 36.64%

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

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

R = 36.64%
G = 30.65%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D6B3BF (or 0xD6B3BF) is known color: Melanie. HEX triplet: D6, B3 and BF. RGB value is (214,179,191). Sum of RGB (Red+Green+Blue) = 214+179+191=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 179 (70.31% from 255 or 30.65% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B3BF is #294C40. Grayscale: #BEBEBE. Windows color (decimal): -2706497 or 12563414. OLE color: 12563414.

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

Color convert

RGB 214 179 191 -
CMYK 0 0.16 0.11 0.16
HSL 339.43º 0.3% 0.77% -
HSV(B) 339.43º 0.16% 0.84% -
XYZ 53.26 50.3 56.19 -
YUV 190.83 128.1 144.52 -
System Red Green Blue C M Y K H S L
Decimal 214 179 191 0 0.16 0.11 0.16 339.43 0.3 0.77
Hex D6 B3 BF 0 10 B 10 153 1E 4D
Octal 326 263 277 0 20 13 20 523 36 115
Binary 11010110 10110011 10111111 0 10000 1011 10000 101010011 11110 1001101

Color Harmonies of #D6B3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B3BF

Black with #D6B3BF

Text Example


Text Example

White with #D6B3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B3BF; }

 p { color: rgb(214,179,191); }

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

background-color css

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

 a { background-color: rgb(214,179,191); }

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

border-color css

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

 span { border-color: rgb(214,179,191); }

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