#DFADC1

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

Shades of Melanie #DFADC1

Tints of Melanie #DFADC1

Color information

#DFADC1 (or 0xDFADC1) is unknown color: approx Melanie. HEX triplet: DF, AD and C1. RGB value is (223,173,193). Sum of RGB (Red+Green+Blue) = 223+173+193=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADC1 is #20523E. Grayscale: #BEBEBE. Windows color (decimal): -2118207 or 12692959. OLE color: 12692959.

HSL color Cylindrical-coordinate representation of color #DFADC1: hue angle of 336º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFADC1 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB223173193-
CMYK00.220.130.13
HSL336º43.86%77.65%-
HSV(B)336º22.42%87.45%-
XYZ5549.4357.09-
YUV190.23129.56151.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 173 (67.97% from 255) = 29.37%
BLUE value IS 193 (75.78% from 255) = 32.77%
R=37.86%
G=29.37%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317319300.220.130.1333643.8677.65
HexDFADC1016DD1502c4e
Octal337255301026151552054116
Binary110111111010110111000001010110110111011010100001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFADC1; }

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

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

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

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

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

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

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

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