#D5AEBD

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

Shades of Melanie #D5AEBD

Tints of Melanie #D5AEBD

Color information

#D5AEBD (or 0xD5AEBD) is unknown color: approx Melanie. HEX triplet: D5, AE and BD. RGB value is (213,174,189). Sum of RGB (Red+Green+Blue) = 213+174+189=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AEBD is #2A5142. Grayscale: #BBBBBB. Windows color (decimal): -2773315 or 12431061. OLE color: 12431061.

HSL color Cylindrical-coordinate representation of color #D5AEBD: hue angle of 336.92º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5AEBD is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB213174189-
CMYK00.180.110.16
HSL336.92º31.71%75.88%-
HSV(B)336.92º18.31%83.53%-
XYZ51.7648.0954.7-
YUV187.37128.92146.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.98%
GREEN value IS 174 (68.36% from 255) = 30.21%
BLUE value IS 189 (74.22% from 255) = 32.81%
R=36.98%
G=30.21%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317418900.180.110.16336.9231.7175.88
HexD5AEBD012B10151204c
Octal325256275022132052140114
Binary1101010110101110101111010100101011100001010100011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AEBD; }

 p { color: rgb(213,174,189); }

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

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

 a { background-color: rgb(213,174,189); }

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

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

 span { border-color: rgb(213,174,189); }

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