#D8AEBC

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

Shades of Melanie #D8AEBC

Tints of Melanie #D8AEBC

Color information

#D8AEBC (or 0xD8AEBC) is unknown color: approx Melanie. HEX triplet: D8, AE and BC. RGB value is (216,174,188). Sum of RGB (Red+Green+Blue) = 216+174+188=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AEBC is #275143. Grayscale: #BCBCBC. Windows color (decimal): -2576708 or 12365528. OLE color: 12365528.

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

Color convert

RGB216174188-
CMYK00.190.130.15
HSL340º35%76.47%-
HSV(B)340º19.44%84.71%-
XYZ52.5348.554.17-
YUV188.15127.91147.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.37%
GREEN value IS 174 (68.36% from 255) = 30.10%
BLUE value IS 188 (73.83% from 255) = 32.53%
R=37.37%
G=30.10%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617418800.190.130.153403576.47
HexD8AEBC013DF154234c
Octal330256274023151752443114
Binary110110001010111010111100010011110111111010101001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AEBC; }

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

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

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

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

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

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

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

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