Html Css Color HEX #D9B2BE Melanie

📋 copy color: '#D9B2BE'

red 217 ◦ green 178 ◦ blue 190

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

Shades of Melanie #D9B2BE

Tints of Melanie #D9B2BE

RGB

 RED value IS 217 (85.16% from 255) = 37.09%

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

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

R = 37.09%
G = 30.43%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D9B2BE (or 0xD9B2BE) is known color: Melanie. HEX triplet: D9, B2 and BE. RGB value is (217,178,190). Sum of RGB (Red+Green+Blue) = 217+178+190=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 178 (69.92% from 255 or 30.43% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B2BE is #264D41. Grayscale: #BFBFBF. Windows color (decimal): -2510146 or 12497625. OLE color: 12497625.

HSL color Cylindrical-coordinate representation of color #D9B2BE: hue angle of 341.54º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9B2BE is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 178 190 -
CMYK 0 0.18 0.12 0.15
HSL 341.54º 0.34% 0.77% -
HSV(B) 341.54º 0.18% 0.85% -
XYZ 53.83 50.31 55.59 -
YUV 191.03 127.42 146.52 -
System Red Green Blue C M Y K H S L
Decimal 217 178 190 0 0.18 0.12 0.15 341.54 0.34 0.77
Hex D9 B2 BE 0 12 C F 156 22 4D
Octal 331 262 276 0 22 14 17 526 42 115
Binary 11011001 10110010 10111110 0 10010 1100 1111 101010110 100010 1001101

Color Harmonies of #D9B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B2BE

Black with #D9B2BE

Text Example


Text Example

White with #D9B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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