#DAACBD

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

Shades of Melanie #DAACBD

Tints of Melanie #DAACBD

Color information

#DAACBD (or 0xDAACBD) is unknown color: approx Melanie. HEX triplet: DA, AC and BD. RGB value is (218,172,189). Sum of RGB (Red+Green+Blue) = 218+172+189=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACBD is #255342. Grayscale: #BBBBBB. Windows color (decimal): -2446147 or 12430554. OLE color: 12430554.

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

Color convert

RGB218172189-
CMYK00.210.130.15
HSL337.83º38.33%76.47%-
HSV(B)337.83º21.1%85.49%-
XYZ52.8548.0854.64-
YUV187.69128.74149.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.65%
GREEN value IS 172 (67.58% from 255) = 29.71%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=37.65%
G=29.71%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817218900.210.130.15337.8338.3376.47
HexDAACBD015DF152264c
Octal332254275025151752246114
Binary110110101010110010111101010101110111111010100101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACBD; }

 p { color: rgb(218,172,189); }

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

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

 a { background-color: rgb(218,172,189); }

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

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

 span { border-color: rgb(218,172,189); }

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