Html Css Color HEX #D2B7BF Melanie

📋 copy color: '#D2B7BF'

red 210 ◦ green 183 ◦ blue 191

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

Shades of Melanie #D2B7BF

Tints of Melanie #D2B7BF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.34%

 BLUE value IS 191 (75% from 255) = 32.71%

R = 35.96%
G = 31.34%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D2B7BF (or 0xD2B7BF) is known color: Melanie. HEX triplet: D2, B7 and BF. RGB value is (210,183,191). Sum of RGB (Red+Green+Blue) = 210+183+191=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 183 (71.88% from 255 or 31.34% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B7BF is #2D4840. Grayscale: #BFBFBF. Windows color (decimal): -2967617 or 12564434. OLE color: 12564434.

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

Color convert

RGB 210 183 191 -
CMYK 0 0.13 0.09 0.18
HSL 342.22º 0.23% 0.77% -
HSV(B) 342.22º 0.13% 0.82% -
XYZ 52.92 51.33 56.41 -
YUV 191.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 210 183 191 0 0.13 0.09 0.18 342.22 0.23 0.77
Hex D2 B7 BF 0 D 9 12 156 17 4D
Octal 322 267 277 0 15 11 22 526 27 115
Binary 11010010 10110111 10111111 0 1101 1001 10010 101010110 10111 1001101

Color Harmonies of #D2B7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B7BF

Black with #D2B7BF

Text Example


Text Example

White with #D2B7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B7BF; }

 p { color: rgb(210,183,191); }

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

background-color css

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

 a { background-color: rgb(210,183,191); }

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

border-color css

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

 span { border-color: rgb(210,183,191); }

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