#DAA8BB

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

Shades of Melanie #DAA8BB

Tints of Melanie #DAA8BB

Color information

#DAA8BB (or 0xDAA8BB) is unknown color: approx Melanie. HEX triplet: DA, A8 and BB. RGB value is (218,168,187). Sum of RGB (Red+Green+Blue) = 218+168+187=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8BB is #255744. Grayscale: #B9B9B9. Windows color (decimal): -2447173 or 12298458. OLE color: 12298458.

HSL color Cylindrical-coordinate representation of color #DAA8BB: hue angle of 337.2º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAA8BB is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB218168187-
CMYK00.230.140.15
HSL337.2º40.32%75.69%-
HSV(B)337.2º22.94%85.49%-
XYZ51.8946.553.25-
YUV185.12129.06151.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 168 (66.02% from 255) = 29.32%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=38.05%
G=29.32%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816818700.230.140.15337.240.3275.69
HexDAA8BB017EF151284c
Octal332250273027161752150114
Binary110110101010100010111011010111111011111010100011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA8BB; }

 p { color: rgb(218,168,187); }

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

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

 a { background-color: rgb(218,168,187); }

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

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

 span { border-color: rgb(218,168,187); }

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