#DCADC1

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

Shades of Melanie #DCADC1

Tints of Melanie #DCADC1

Color information

#DCADC1 (or 0xDCADC1) is unknown color: approx Melanie. HEX triplet: DC, AD and C1. RGB value is (220,173,193). Sum of RGB (Red+Green+Blue) = 220+173+193=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADC1 is #23523E. Grayscale: #BDBDBD. Windows color (decimal): -2314815 or 12692956. OLE color: 12692956.

HSL color Cylindrical-coordinate representation of color #DCADC1: hue angle of 334.47º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCADC1 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB220173193-
CMYK00.210.120.14
HSL334.47º40.17%77.06%-
HSV(B)334.47º21.36%86.27%-
XYZ54.0848.9557.05-
YUV189.33130.07149.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 173 (67.97% from 255) = 29.52%
BLUE value IS 193 (75.78% from 255) = 32.94%
R=37.54%
G=29.52%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017319300.210.120.14334.4740.1777.06
HexDCADC1015CE14e284d
Octal334255301025141651650115
Binary110111001010110111000001010101110011101010011101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADC1; }

 p { color: rgb(220,173,193); }

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

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

 a { background-color: rgb(220,173,193); }

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

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

 span { border-color: rgb(220,173,193); }

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