#D5AEBE

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

Shades of Melanie #D5AEBE

Tints of Melanie #D5AEBE

Color information

#D5AEBE (or 0xD5AEBE) is unknown color: approx Melanie. HEX triplet: D5, AE and BE. RGB value is (213,174,190). Sum of RGB (Red+Green+Blue) = 213+174+190=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AEBE is #2A5141. Grayscale: #BBBBBB. Windows color (decimal): -2773314 or 12496597. OLE color: 12496597.

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

Color convert

RGB213174190-
CMYK00.180.110.16
HSL335.38º31.71%75.88%-
HSV(B)335.38º18.31%83.53%-
XYZ51.8748.1455.27-
YUV187.48129.42146.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.92%
GREEN value IS 174 (68.36% from 255) = 30.16%
BLUE value IS 190 (74.61% from 255) = 32.93%
R=36.92%
G=30.16%
B=32.93%

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
Decimal21317419000.180.110.16335.3831.7175.88
HexD5AEBE012B1014f204c
Octal325256276022132051740114
Binary1101010110101110101111100100101011100001010011111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AEBE; }

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

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

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

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

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

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

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

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