#DFBAC1

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

Shades of Melanie #DFBAC1

Tints of Melanie #DFBAC1

Color information

#DFBAC1 (or 0xDFBAC1) is unknown color: approx Melanie. HEX triplet: DF, BA and C1. RGB value is (223,186,193). Sum of RGB (Red+Green+Blue) = 223+186+193=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 193 (75.78% from 255 or 32.06% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAC1 is #20453E. Grayscale: #C5C5C5. Windows color (decimal): -2114879 or 12696287. OLE color: 12696287.

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

Color convert

RGB223186193-
CMYK00.170.130.13
HSL348.65º36.63%80.2%-
HSV(B)348.65º16.59%87.45%-
XYZ57.6254.6657.97-
YUV197.86125.26145.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.04%
GREEN value IS 186 (73.05% from 255) = 30.90%
BLUE value IS 193 (75.78% from 255) = 32.06%
R=37.04%
G=30.90%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318619300.170.130.13348.6536.6380.2
HexDFBAC1011DD15d2550
Octal337272301021151553545120
Binary110111111011101011000001010001110111011010111011001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBAC1; }

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

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

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

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

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

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

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

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