#D5AEBA

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

Shades of Melanie #D5AEBA

Tints of Melanie #D5AEBA

Color information

#D5AEBA (or 0xD5AEBA) is unknown color: approx Melanie. HEX triplet: D5, AE and BA. RGB value is (213,174,186). Sum of RGB (Red+Green+Blue) = 213+174+186=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AEBA is #2A5145. Grayscale: #BBBBBB. Windows color (decimal): -2773318 or 12234453. OLE color: 12234453.

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

Color convert

RGB213174186-
CMYK00.180.130.16
HSL341.54º31.71%75.88%-
HSV(B)341.54º18.31%83.53%-
XYZ51.4447.9653-
YUV187.03127.42146.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.17%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=37.17%
G=30.37%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317418600.180.130.16341.5431.7175.88
HexD5AEBA012D10156204c
Octal325256272022152052640114
Binary1101010110101110101110100100101101100001010101101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AEBA; }

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

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

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

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

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

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

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

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