#D7AEBA

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

Shades of Melanie #D7AEBA

Tints of Melanie #D7AEBA

Color information

#D7AEBA (or 0xD7AEBA) is unknown color: approx Melanie. HEX triplet: D7, AE and BA. RGB value is (215,174,186). Sum of RGB (Red+Green+Blue) = 215+174+186=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AEBA is #285145. Grayscale: #BBBBBB. Windows color (decimal): -2642246 or 12234455. OLE color: 12234455.

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

Color convert

RGB215174186-
CMYK00.190.130.16
HSL342.44º33.88%76.27%-
HSV(B)342.44º19.07%84.31%-
XYZ52.0248.2653.03-
YUV187.63127.08147.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.39%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=37.39%
G=30.26%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517418600.190.130.16342.4433.8876.27
HexD7AEBA013D10156224c
Octal327256272023152052642114
Binary1101011110101110101110100100111101100001010101101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AEBA; }

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

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

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

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

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

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

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

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