Html Css Color HEX #D1B3BE Melanie

📋 copy color: '#D1B3BE'

red 209 ◦ green 179 ◦ blue 190

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

Shades of Melanie #D1B3BE

Tints of Melanie #D1B3BE

RGB

 RED value IS 209 (82.03% from 255) = 36.16%

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

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

R = 36.16%
G = 30.97%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D1B3BE (or 0xD1B3BE) is known color: Melanie. HEX triplet: D1, B3 and BE. RGB value is (209,179,190). Sum of RGB (Red+Green+Blue) = 209+179+190=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 179 (70.31% from 255 or 30.97% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B3BE is #2E4C41. Grayscale: #BDBDBD. Windows color (decimal): -3034178 or 12497873. OLE color: 12497873.

HSL color Cylindrical-coordinate representation of color #D1B3BE: hue angle of 338º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1B3BE is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 179 190 -
CMYK 0 0.14 0.09 0.18
HSL 338º 0.25% 0.76% -
HSV(B) 338º 0.14% 0.82% -
XYZ 51.71 49.51 55.55 -
YUV 189.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 209 179 190 0 0.14 0.09 0.18 338 0.25 0.76
Hex D1 B3 BE 0 E 9 12 152 19 4C
Octal 321 263 276 0 16 11 22 522 31 114
Binary 11010001 10110011 10111110 0 1110 1001 10010 101010010 11001 1001100

Color Harmonies of #D1B3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B3BE

Black with #D1B3BE

Text Example


Text Example

White with #D1B3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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