#DAC1C4

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

Shades of Melanie #DAC1C4

Tints of Melanie #DAC1C4

Color information

#DAC1C4 (or 0xDAC1C4) is unknown color: approx Melanie. HEX triplet: DA, C1 and C4. RGB value is (218,193,196). Sum of RGB (Red+Green+Blue) = 218+193+196=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1C4 is #253E3B. Grayscale: #C8C8C8. Windows color (decimal): -2440764 or 12894682. OLE color: 12894682.

HSL color Cylindrical-coordinate representation of color #DAC1C4: hue angle of 352.8º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAC1C4 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB218193196-
CMYK00.110.100.15
HSL352.8º25.25%80.59%-
HSV(B)352.8º11.47%85.49%-
XYZ57.9557.0360.18-
YUV200.82125.28140.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.91%
GREEN value IS 193 (75.78% from 255) = 31.80%
BLUE value IS 196 (76.95% from 255) = 32.29%
R=35.91%
G=31.80%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819319600.110.100.15352.825.2580.59
HexDAC1C40BAF1611951
Octal332301304013121754131121
Binary1101101011000001110001000101110101111101100001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC1C4; }

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

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

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

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

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

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

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

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