Html Css Color HEX #D6B9BE Melanie

📋 copy color: '#D6B9BE'

red 214 ◦ green 185 ◦ blue 190

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

Shades of Melanie #D6B9BE

Tints of Melanie #D6B9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.41%

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

R = 36.33%
G = 31.41%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D6B9BE (or 0xD6B9BE) is known color: Melanie. HEX triplet: D6, B9 and BE. RGB value is (214,185,190). Sum of RGB (Red+Green+Blue) = 214+185+190=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B9BE is #294641. Grayscale: #C2C2C2. Windows color (decimal): -2704962 or 12499414. OLE color: 12499414.

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

Color convert

RGB 214 185 190 -
CMYK 0 0.14 0.11 0.16
HSL 349.66º 0.26% 0.78% -
HSV(B) 349.66º 0.14% 0.84% -
XYZ 54.37 52.71 56.02 -
YUV 194.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 214 185 190 0 0.14 0.11 0.16 349.66 0.26 0.78
Hex D6 B9 BE 0 E B 10 15E 1A 4E
Octal 326 271 276 0 16 13 20 536 32 116
Binary 11010110 10111001 10111110 0 1110 1011 10000 101011110 11010 1001110

Color Harmonies of #D6B9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B9BE

Black with #D6B9BE

Text Example


Text Example

White with #D6B9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B9BE; }

 p { color: rgb(214,185,190); }

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

background-color css

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

 a { background-color: rgb(214,185,190); }

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

border-color css

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

 span { border-color: rgb(214,185,190); }

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