#DFACBE

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

Shades of Melanie #DFACBE

Tints of Melanie #DFACBE

Color information

#DFACBE (or 0xDFACBE) is unknown color: approx Melanie. HEX triplet: DF, AC and BE. RGB value is (223,172,190). Sum of RGB (Red+Green+Blue) = 223+172+190=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACBE is #205341. Grayscale: #BDBDBD. Windows color (decimal): -2118466 or 12496095. OLE color: 12496095.

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

Color convert

RGB223172190-
CMYK00.230.150.13
HSL338.82º44.35%77.45%-
HSV(B)338.82º22.87%87.45%-
XYZ54.4848.9155.28-
YUV189.3128.4152.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.12%
GREEN value IS 172 (67.58% from 255) = 29.40%
BLUE value IS 190 (74.61% from 255) = 32.48%
R=38.12%
G=29.40%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317219000.230.150.13338.8244.3577.45
HexDFACBE017FD1532c4d
Octal337254276027171552354115
Binary110111111010110010111110010111111111011010100111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACBE; }

 p { color: rgb(223,172,190); }

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

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

 a { background-color: rgb(223,172,190); }

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

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

 span { border-color: rgb(223,172,190); }

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