#DAC9CA

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

Shades of Melanie #DAC9CA

Tints of Melanie #DAC9CA

Color information

#DAC9CA (or 0xDAC9CA) is unknown color: approx Melanie. HEX triplet: DA, C9 and CA. RGB value is (218,201,202). Sum of RGB (Red+Green+Blue) = 218+201+202=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9CA is #253635. Grayscale: #CECECE. Windows color (decimal): -2438710 or 13289946. OLE color: 13289946.

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

Color convert

RGB218201202-
CMYK00.080.070.15
HSL356.47º18.68%82.16%-
HSV(B)356.47º7.8%85.49%-
XYZ60.4660.9464.45-
YUV206.2125.63136.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.10%
GREEN value IS 201 (78.91% from 255) = 32.37%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=35.10%
G=32.37%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820120200.080.070.15356.4718.6882.16
HexDAC9CA087F1641352
Octal33231131201071754423122
Binary110110101100100111001010010001111111101100100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC9CA; }

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

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

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

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

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

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

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

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