#D5BAC4

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

Shades of Melanie #D5BAC4

Tints of Melanie #D5BAC4

Color information

#D5BAC4 (or 0xD5BAC4) is unknown color: approx Melanie. HEX triplet: D5, BA and C4. RGB value is (213,186,196). Sum of RGB (Red+Green+Blue) = 213+186+196=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BAC4 is #2A453B. Grayscale: #C3C3C3. Windows color (decimal): -2770236 or 12892885. OLE color: 12892885.

HSL color Cylindrical-coordinate representation of color #D5BAC4: hue angle of 337.78º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5BAC4 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB213186196-
CMYK00.130.080.16
HSL337.78º24.32%78.24%-
HSV(B)337.78º12.68%83.53%-
XYZ54.9653.2559.61-
YUV195.21128.45140.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.80%
GREEN value IS 186 (73.05% from 255) = 31.26%
BLUE value IS 196 (76.95% from 255) = 32.94%
R=35.80%
G=31.26%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318619600.130.080.16337.7824.3278.24
HexD5BAC40D810152184e
Octal325272304015102052230116
Binary11010101101110101100010001101100010000101010010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BAC4; }

 p { color: rgb(213,186,196); }

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

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

 a { background-color: rgb(213,186,196); }

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

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

 span { border-color: rgb(213,186,196); }

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