Html Css Color HEX #D2B5BE Melanie

📋 copy color: '#D2B5BE'

red 210 ◦ green 181 ◦ blue 190

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

Shades of Melanie #D2B5BE

Tints of Melanie #D2B5BE

RGB

 RED value IS 210 (82.42% from 255) = 36.14%

 GREEN value IS 181 (71.09% from 255) = 31.15%

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

R = 36.14%
G = 31.15%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D2B5BE (or 0xD2B5BE) is known color: Melanie. HEX triplet: D2, B5 and BE. RGB value is (210,181,190). Sum of RGB (Red+Green+Blue) = 210+181+190=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B5BE is #2D4A41. Grayscale: #BEBEBE. Windows color (decimal): -2968130 or 12498386. OLE color: 12498386.

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

Color convert

RGB 210 181 190 -
CMYK 0 0.14 0.10 0.18
HSL 341.38º 0.24% 0.77% -
HSV(B) 341.38º 0.14% 0.82% -
XYZ 52.4 50.47 55.69 -
YUV 190.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 210 181 190 0 0.14 0.10 0.18 341.38 0.24 0.77
Hex D2 B5 BE 0 E A 12 155 18 4D
Octal 322 265 276 0 16 12 22 525 30 115
Binary 11010010 10110101 10111110 0 1110 1010 10010 101010101 11000 1001101

Color Harmonies of #D2B5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B5BE

Black with #D2B5BE

Text Example


Text Example

White with #D2B5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B5BE; }

 p { color: rgb(210,181,190); }

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

background-color css

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

 a { background-color: rgb(210,181,190); }

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

border-color css

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

 span { border-color: rgb(210,181,190); }

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