Html Css Color HEX #D2B9BF Melanie

📋 copy color: '#D2B9BF'

red 210 ◦ green 185 ◦ blue 191

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

Shades of Melanie #D2B9BF

Tints of Melanie #D2B9BF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.57%

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

R = 35.84%
G = 31.57%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D2B9BF (or 0xD2B9BF) is known color: Melanie. HEX triplet: D2, B9 and BF. RGB value is (210,185,191). Sum of RGB (Red+Green+Blue) = 210+185+191=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 185 (72.66% from 255 or 31.57% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B9BF is #2D4640. Grayscale: #C1C1C1. Windows color (decimal): -2967105 or 12564946. OLE color: 12564946.

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

Color convert

RGB 210 185 191 -
CMYK 0 0.12 0.09 0.18
HSL 345.6º 0.22% 0.77% -
HSV(B) 345.6º 0.12% 0.82% -
XYZ 53.33 52.16 56.55 -
YUV 193.16 126.78 140.01 -
System Red Green Blue C M Y K H S L
Decimal 210 185 191 0 0.12 0.09 0.18 345.6 0.22 0.77
Hex D2 B9 BF 0 C 9 12 15A 16 4D
Octal 322 271 277 0 14 11 22 532 26 115
Binary 11010010 10111001 10111111 0 1100 1001 10010 101011010 10110 1001101

Color Harmonies of #D2B9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B9BF

Black with #D2B9BF

Text Example


Text Example

White with #D2B9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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