#D9AEBE

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

Shades of Melanie #D9AEBE

Tints of Melanie #D9AEBE

Color information

#D9AEBE (or 0xD9AEBE) is unknown color: approx Melanie. HEX triplet: D9, AE and BE. RGB value is (217,174,190). Sum of RGB (Red+Green+Blue) = 217+174+190=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AEBE is #265141. Grayscale: #BCBCBC. Windows color (decimal): -2511170 or 12496601. OLE color: 12496601.

HSL color Cylindrical-coordinate representation of color #D9AEBE: hue angle of 337.67º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9AEBE is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB217174190-
CMYK00.200.120.15
HSL337.67º36.13%76.67%-
HSV(B)337.67º19.82%85.1%-
XYZ53.0548.7455.33-
YUV188.68128.75148.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.35%
GREEN value IS 174 (68.36% from 255) = 29.95%
BLUE value IS 190 (74.61% from 255) = 32.70%
R=37.35%
G=29.95%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717419000.200.120.15337.6736.1376.67
HexD9AEBE014CF152244d
Octal331256276024141752244115
Binary110110011010111010111110010100110011111010100101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AEBE; }

 p { color: rgb(217,174,190); }

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

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

 a { background-color: rgb(217,174,190); }

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

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

 span { border-color: rgb(217,174,190); }

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