#DFBAC7

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

Shades of Melanie #DFBAC7

Tints of Melanie #DFBAC7

Color information

#DFBAC7 (or 0xDFBAC7) is unknown color: approx Melanie. HEX triplet: DF, BA and C7. RGB value is (223,186,199). Sum of RGB (Red+Green+Blue) = 223+186+199=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAC7 is #204538. Grayscale: #C6C6C6. Windows color (decimal): -2114873 or 13089503. OLE color: 13089503.

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

Color convert

RGB223186199-
CMYK00.170.110.13
HSL338.92º36.63%80.2%-
HSV(B)338.92º16.59%87.45%-
XYZ58.354.9361.56-
YUV198.54128.26145.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.68%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 199 (78.12% from 255) = 32.73%
R=36.68%
G=30.59%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318619900.170.110.13338.9236.6380.2
HexDFBAC7011BD1532550
Octal337272307021131552345120
Binary110111111011101011000111010001101111011010100111001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBAC7; }

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

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

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

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

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

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

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

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