#DAACB9

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

Shades of Melanie #DAACB9

Tints of Melanie #DAACB9

Color information

#DAACB9 (or 0xDAACB9) is unknown color: approx Melanie. HEX triplet: DA, AC and B9. RGB value is (218,172,185). Sum of RGB (Red+Green+Blue) = 218+172+185=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACB9 is #255346. Grayscale: #BBBBBB. Windows color (decimal): -2446151 or 12168410. OLE color: 12168410.

HSL color Cylindrical-coordinate representation of color #DAACB9: hue angle of 343.04º 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 #DAACB9 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB218172185-
CMYK00.210.150.15
HSL343.04º38.33%76.47%-
HSV(B)343.04º21.1%85.49%-
XYZ52.4247.9152.38-
YUV187.24126.74149.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 172 (67.58% from 255) = 29.91%
BLUE value IS 185 (72.66% from 255) = 32.17%
R=37.91%
G=29.91%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817218500.210.150.15343.0438.3376.47
HexDAACB9015FF157264c
Octal332254271025171752746114
Binary110110101010110010111001010101111111111010101111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACB9; }

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

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

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

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

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

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

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

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