#DFADC3

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

Shades of Melanie #DFADC3

Tints of Melanie #DFADC3

Color information

#DFADC3 (or 0xDFADC3) is unknown color: approx Melanie. HEX triplet: DF, AD and C3. RGB value is (223,173,195). Sum of RGB (Red+Green+Blue) = 223+173+195=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 195 (76.56% from 255 or 32.99% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADC3 is #20523C. Grayscale: #BEBEBE. Windows color (decimal): -2118205 or 12824031. OLE color: 12824031.

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

Color convert

RGB223173195-
CMYK00.220.130.13
HSL333.6º43.86%77.65%-
HSV(B)333.6º22.42%87.45%-
XYZ55.2349.5258.28-
YUV190.46130.56151.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.73%
GREEN value IS 173 (67.97% from 255) = 29.27%
BLUE value IS 195 (76.56% from 255) = 32.99%
R=37.73%
G=29.27%
B=32.99%

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
Decimal22317319500.220.130.13333.643.8677.65
HexDFADC3016DD14e2c4e
Octal337255303026151551654116
Binary110111111010110111000011010110110111011010011101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFADC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFADC3; }

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

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

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

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

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

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

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

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