#DAACC0

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

Shades of Melanie #DAACC0

Tints of Melanie #DAACC0

Color information

#DAACC0 (or 0xDAACC0) is unknown color: approx Melanie. HEX triplet: DA, AC and C0. RGB value is (218,172,192). Sum of RGB (Red+Green+Blue) = 218+172+192=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACC0 is #25533F. Grayscale: #BCBCBC. Windows color (decimal): -2446144 or 12627162. OLE color: 12627162.

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

Color convert

RGB218172192-
CMYK00.210.120.15
HSL333.91º38.33%76.47%-
HSV(B)333.91º21.1%85.49%-
XYZ53.1848.2256.37-
YUV188.03130.24149.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.46%
GREEN value IS 172 (67.58% from 255) = 29.55%
BLUE value IS 192 (75.39% from 255) = 32.99%
R=37.46%
G=29.55%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817219200.210.120.15333.9138.3376.47
HexDAACC0015CF14e264c
Octal332254300025141751646114
Binary110110101010110011000000010101110011111010011101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACC0; }

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

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

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

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

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

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

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

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