#D5AEBC

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

Shades of Melanie #D5AEBC

Tints of Melanie #D5AEBC

Color information

#D5AEBC (or 0xD5AEBC) is unknown color: approx Melanie. HEX triplet: D5, AE and BC. RGB value is (213,174,188). Sum of RGB (Red+Green+Blue) = 213+174+188=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AEBC is #2A5143. Grayscale: #BBBBBB. Windows color (decimal): -2773316 or 12365525. OLE color: 12365525.

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

Color convert

RGB213174188-
CMYK00.180.120.16
HSL338.46º31.71%75.88%-
HSV(B)338.46º18.31%83.53%-
XYZ51.6548.0554.13-
YUV187.26128.42146.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.04%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 188 (73.83% from 255) = 32.70%
R=37.04%
G=30.26%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317418800.180.120.16338.4631.7175.88
HexD5AEBC012C10152204c
Octal325256274022142052240114
Binary1101010110101110101111000100101100100001010100101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AEBC; }

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

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

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

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

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

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

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

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