#DAC3CA

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

Shades of Melanie #DAC3CA

Tints of Melanie #DAC3CA

Color information

#DAC3CA (or 0xDAC3CA) is unknown color: approx Melanie. HEX triplet: DA, C3 and CA. RGB value is (218,195,202). Sum of RGB (Red+Green+Blue) = 218+195+202=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 195 (76.56% from 255 or 31.71% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3CA is #253C35. Grayscale: #CACACA. Windows color (decimal): -2440246 or 13288410. OLE color: 13288410.

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

Color convert

RGB218195202-
CMYK00.110.070.15
HSL341.74º23.71%80.98%-
HSV(B)341.74º10.55%85.49%-
XYZ59.0958.264-
YUV202.68127.62138.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.45%
GREEN value IS 195 (76.56% from 255) = 31.71%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=35.45%
G=31.71%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819520200.110.070.15341.7423.7180.98
HexDAC3CA0B7F1561851
Octal33230331201371752630121
Binary110110101100001111001010010111111111101010110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC3CA; }

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

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

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

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

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

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

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

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