#DFBAC0

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

Shades of Melanie #DFBAC0

Tints of Melanie #DFBAC0

Color information

#DFBAC0 (or 0xDFBAC0) is unknown color: approx Melanie. HEX triplet: DF, BA and C0. RGB value is (223,186,192). Sum of RGB (Red+Green+Blue) = 223+186+192=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAC0 is #20453F. Grayscale: #C5C5C5. Windows color (decimal): -2114880 or 12630751. OLE color: 12630751.

HSL color Cylindrical-coordinate representation of color #DFBAC0: hue angle of 350.27º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFBAC0 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB223186192-
CMYK00.170.140.13
HSL350.27º36.63%80.2%-
HSV(B)350.27º16.59%87.45%-
XYZ57.554.6157.38-
YUV197.75124.76146.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.10%
GREEN value IS 186 (73.05% from 255) = 30.95%
BLUE value IS 192 (75.39% from 255) = 31.95%
R=37.10%
G=30.95%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318619200.170.140.13350.2736.6380.2
HexDFBAC0011ED15e2550
Octal337272300021161553645120
Binary110111111011101011000000010001111011011010111101001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBAC0; }

 p { color: rgb(223,186,192); }

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

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

 a { background-color: rgb(223,186,192); }

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

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

 span { border-color: rgb(223,186,192); }

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