#D4A8BA

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

Shades of Melanie #D4A8BA

Tints of Melanie #D4A8BA

Color information

#D4A8BA (or 0xD4A8BA) is unknown color: approx Melanie. HEX triplet: D4, A8 and BA. RGB value is (212,168,186). Sum of RGB (Red+Green+Blue) = 212+168+186=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 168 (66.02% from 255 or 29.68% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A8BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A8BA is #2B5745. Grayscale: #B7B7B7. Windows color (decimal): -2840390 or 12232916. OLE color: 12232916.

HSL color Cylindrical-coordinate representation of color #D4A8BA: hue angle of 335.45º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4A8BA is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB212168186-
CMYK00.210.120.17
HSL335.45º33.85%74.51%-
HSV(B)335.45º20.75%83.14%-
XYZ50.0245.5552.61-
YUV183.21129.58148.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.46%
GREEN value IS 168 (66.02% from 255) = 29.68%
BLUE value IS 186 (73.05% from 255) = 32.86%
R=37.46%
G=29.68%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216818600.210.120.17335.4533.8574.51
HexD4A8BA015C1114f224b
Octal324250272025142151742113
Binary1101010010101000101110100101011100100011010011111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A8BA; }

 p { color: rgb(212,168,186); }

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

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

 a { background-color: rgb(212,168,186); }

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

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

 span { border-color: rgb(212,168,186); }

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