#DFADC5

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

Shades of Melanie #DFADC5

Tints of Melanie #DFADC5

Color information

#DFADC5 (or 0xDFADC5) is unknown color: approx Melanie. HEX triplet: DF, AD and C5. RGB value is (223,173,197). Sum of RGB (Red+Green+Blue) = 223+173+197=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADC5 is #20523A. Grayscale: #BEBEBE. Windows color (decimal): -2118203 or 12955103. OLE color: 12955103.

HSL color Cylindrical-coordinate representation of color #DFADC5: hue angle of 331.2º 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 #DFADC5 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB223173197-
CMYK00.220.120.13
HSL331.2º43.86%77.65%-
HSV(B)331.2º22.42%87.45%-
XYZ55.4549.6159.48-
YUV190.69131.56151.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.61%
GREEN value IS 173 (67.97% from 255) = 29.17%
BLUE value IS 197 (77.34% from 255) = 33.22%
R=37.61%
G=29.17%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317319700.220.120.13331.243.8677.65
HexDFADC5016CD14b2c4e
Octal337255305026141551354116
Binary110111111010110111000101010110110011011010010111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFADC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFADC5; }

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

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

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

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

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

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

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

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