#D6AEBB

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

Shades of Melanie #D6AEBB

Tints of Melanie #D6AEBB

Color information

#D6AEBB (or 0xD6AEBB) is unknown color: approx Melanie. HEX triplet: D6, AE and BB. RGB value is (214,174,187). Sum of RGB (Red+Green+Blue) = 214+174+187=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AEBB is #295144. Grayscale: #BBBBBB. Windows color (decimal): -2707781 or 12299990. OLE color: 12299990.

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

Color convert

RGB214174187-
CMYK00.190.130.16
HSL340.5º32.79%76.08%-
HSV(B)340.5º18.69%83.92%-
XYZ51.8448.1653.58-
YUV187.44127.75146.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.22%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=37.22%
G=30.26%
B=32.52%

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
Decimal21417418700.190.130.16340.532.7976.08
HexD6AEBB013D10154214c
Octal326256273023152052441114
Binary1101011010101110101110110100111101100001010101001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AEBB; }

 p { color: rgb(214,174,187); }

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

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

 a { background-color: rgb(214,174,187); }

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

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

 span { border-color: rgb(214,174,187); }

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