#DAC6CA

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

Shades of Melanie #DAC6CA

Tints of Melanie #DAC6CA

Color information

#DAC6CA (or 0xDAC6CA) is unknown color: approx Melanie. HEX triplet: DA, C6 and CA. RGB value is (218,198,202). Sum of RGB (Red+Green+Blue) = 218+198+202=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC6CA is #253935. Grayscale: #CCCCCC. Windows color (decimal): -2439478 or 13289178. OLE color: 13289178.

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

Color convert

RGB218198202-
CMYK00.090.070.15
HSL348º21.28%81.57%-
HSV(B)348º9.17%85.49%-
XYZ59.7759.5664.22-
YUV204.44126.63137.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 198 (77.73% from 255) = 32.04%
BLUE value IS 202 (79.30% from 255) = 32.69%
R=35.28%
G=32.04%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819820200.090.070.1534821.2881.57
HexDAC6CA097F15c1552
Octal33230631201171753425122
Binary110110101100011011001010010011111111101011100101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC6CA; }

 p { color: rgb(218,198,202); }

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

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

 a { background-color: rgb(218,198,202); }

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

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

 span { border-color: rgb(218,198,202); }

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