#D2B4BE

Color #D2B4BE Melanie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanie #D2B4BE

Tints of Melanie #D2B4BE

Color information

#D2B4BE (or 0xD2B4BE) is unknown color: approx Melanie. HEX triplet: D2, B4 and BE. RGB value is (210,180,190). Sum of RGB (Red+Green+Blue) = 210+180+190=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 180 (70.70% from 255 or 31.03% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B4BE is #2D4B41. Grayscale: #BEBEBE. Windows color (decimal): -2968386 or 12498130. OLE color: 12498130.

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

Color convert

RGB210180190-
CMYK00.140.100.18
HSL340º25%76.47%-
HSV(B)340º14.29%82.35%-
XYZ52.1950.0655.63-
YUV190.11127.94142.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.21%
GREEN value IS 180 (70.70% from 255) = 31.03%
BLUE value IS 190 (74.61% from 255) = 32.76%
R=36.21%
G=31.03%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018019000.140.100.183402576.47
HexD2B4BE0EA12154194c
Octal322264276016122252431114
Binary11010010101101001011111001110101010010101010100110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B4BE; }

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

 H1.HeaderClassName
 {
   color: #D2B4BE;
 }
 .AnyTagClassName
 {
   color: #D2B4BE;
 }
</style>
background-color css

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

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

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

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

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

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