Html Css Color HEX #D2B5BF Melanie

📋 copy color: '#D2B5BF'

red 210 ◦ green 181 ◦ blue 191

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

Shades of Melanie #D2B5BF

Tints of Melanie #D2B5BF

RGB

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

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

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

R = 36.08%
G = 31.1%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D2B5BF (or 0xD2B5BF) is known color: Melanie. HEX triplet: D2, B5 and BF. RGB value is (210,181,191). Sum of RGB (Red+Green+Blue) = 210+181+191=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B5BF is #2D4A40. Grayscale: #BEBEBE. Windows color (decimal): -2968129 or 12563922. OLE color: 12563922.

HSL color Cylindrical-coordinate representation of color #D2B5BF: hue angle of 339.31º 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 #D2B5BF is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 181 191 -
CMYK 0 0.14 0.09 0.18
HSL 339.31º 0.24% 0.77% -
HSV(B) 339.31º 0.14% 0.82% -
XYZ 52.51 50.51 56.27 -
YUV 190.81 128.11 141.69 -
System Red Green Blue C M Y K H S L
Decimal 210 181 191 0 0.14 0.09 0.18 339.31 0.24 0.77
Hex D2 B5 BF 0 E 9 12 153 18 4D
Octal 322 265 277 0 16 11 22 523 30 115
Binary 11010010 10110101 10111111 0 1110 1001 10010 101010011 11000 1001101

Color Harmonies of #D2B5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B5BF

Black with #D2B5BF

Text Example


Text Example

White with #D2B5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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