#D8AEBA

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

Shades of Melanie #D8AEBA

Tints of Melanie #D8AEBA

Color information

#D8AEBA (or 0xD8AEBA) is unknown color: approx Melanie. HEX triplet: D8, AE and BA. RGB value is (216,174,186). Sum of RGB (Red+Green+Blue) = 216+174+186=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AEBA is #275145. Grayscale: #BBBBBB. Windows color (decimal): -2576710 or 12234456. OLE color: 12234456.

HSL color Cylindrical-coordinate representation of color #D8AEBA: hue angle of 342.86º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8AEBA is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB216174186-
CMYK00.190.140.15
HSL342.86º35%76.47%-
HSV(B)342.86º19.44%84.71%-
XYZ52.3248.4253.04-
YUV187.93126.91148.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.5%
GREEN value IS 174 (68.36% from 255) = 30.21%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=37.5%
G=30.21%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617418600.190.140.15342.863576.47
HexD8AEBA013EF157234c
Octal330256272023161752743114
Binary110110001010111010111010010011111011111010101111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AEBA; }

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

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

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

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

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

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

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

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