#D8AEBD

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

Shades of Melanie #D8AEBD

Tints of Melanie #D8AEBD

Color information

#D8AEBD (or 0xD8AEBD) is unknown color: approx Melanie. HEX triplet: D8, AE and BD. RGB value is (216,174,189). Sum of RGB (Red+Green+Blue) = 216+174+189=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AEBD is #275142. Grayscale: #BCBCBC. Windows color (decimal): -2576707 or 12431064. OLE color: 12431064.

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

Color convert

RGB216174189-
CMYK00.190.120.15
HSL338.57º35%76.47%-
HSV(B)338.57º19.44%84.71%-
XYZ52.6448.5554.74-
YUV188.27128.41147.78-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.31%
GREEN value IS 174 (68.36% from 255) = 30.05%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=37.31%
G=30.05%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617418900.190.120.15338.573576.47
HexD8AEBD013CF153234c
Octal330256275023141752343114
Binary110110001010111010111101010011110011111010100111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AEBD; }

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

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

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

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

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

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

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

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