#DAACC1

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

Shades of Melanie #DAACC1

Tints of Melanie #DAACC1

Color information

#DAACC1 (or 0xDAACC1) is unknown color: approx Melanie. HEX triplet: DA, AC and C1. RGB value is (218,172,193). Sum of RGB (Red+Green+Blue) = 218+172+193=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACC1 is #25533E. Grayscale: #BCBCBC. Windows color (decimal): -2446143 or 12692698. OLE color: 12692698.

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

Color convert

RGB218172193-
CMYK00.210.110.15
HSL332.61º38.33%76.47%-
HSV(B)332.61º21.1%85.49%-
XYZ53.2948.2656.96-
YUV188.15130.74149.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 172 (67.58% from 255) = 29.50%
BLUE value IS 193 (75.78% from 255) = 33.10%
R=37.39%
G=29.50%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817219300.210.110.15332.6138.3376.47
HexDAACC1015BF14d264c
Octal332254301025131751546114
Binary110110101010110011000001010101101111111010011011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACC1; }

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

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

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

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

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

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

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

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