#D0AEBA

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

Shades of Melanie #D0AEBA

Tints of Melanie #D0AEBA

Color information

#D0AEBA (or 0xD0AEBA) is unknown color: approx Melanie. HEX triplet: D0, AE and BA. RGB value is (208,174,186). Sum of RGB (Red+Green+Blue) = 208+174+186=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AEBA is #2F5145. Grayscale: #B9B9B9. Windows color (decimal): -3100998 or 12234448. OLE color: 12234448.

HSL color Cylindrical-coordinate representation of color #D0AEBA: hue angle of 338.82º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0AEBA is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB208174186-
CMYK00.160.110.18
HSL338.82º26.56%74.9%-
HSV(B)338.82º16.35%81.57%-
XYZ50.0147.2352.93-
YUV185.53128.26144.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.62%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 186 (73.05% from 255) = 32.75%
R=36.62%
G=30.63%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817418600.160.110.18338.8226.5674.9
HexD0AEBA010B121531b4b
Octal320256272020132252333113
Binary110100001010111010111010010000101110010101010011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AEBA; }

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

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

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

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

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

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

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

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