Html Css Color HEX #D1B2BE Melanie

📋 copy color: '#D1B2BE'

red 209 ◦ green 178 ◦ blue 190

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

Shades of Melanie #D1B2BE

Tints of Melanie #D1B2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.85%

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

R = 36.22%
G = 30.85%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D1B2BE (or 0xD1B2BE) is known color: Melanie. HEX triplet: D1, B2 and BE. RGB value is (209,178,190). Sum of RGB (Red+Green+Blue) = 209+178+190=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B2BE is #2E4D41. Grayscale: #BCBCBC. Windows color (decimal): -3034434 or 12497617. OLE color: 12497617.

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

Color convert

RGB 209 178 190 -
CMYK 0 0.15 0.09 0.18
HSL 336.77º 0.25% 0.76% -
HSV(B) 336.77º 0.15% 0.82% -
XYZ 51.51 49.11 55.48 -
YUV 188.64 128.77 142.52 -
System Red Green Blue C M Y K H S L
Decimal 209 178 190 0 0.15 0.09 0.18 336.77 0.25 0.76
Hex D1 B2 BE 0 F 9 12 151 19 4C
Octal 321 262 276 0 17 11 22 521 31 114
Binary 11010001 10110010 10111110 0 1111 1001 10010 101010001 11001 1001100

Color Harmonies of #D1B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B2BE

Black with #D1B2BE

Text Example


Text Example

White with #D1B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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